is a Simple To Do App, with support cross platform Web (PWA), Android, & IOS (Coming Soon)
Already available, no need any configuration
npx pwa-assets-generator --preset minimal static/icon.png
npx cap add android
Make sure you have add custom icon inside resources
dir
npx capacitor-assets generate --android
in capacitor.config.js, you should add server,
...
server: {
androidScheme: 'https'
url: 'YOUR_IP:5173',
cleartext: true
},
...
then run
yarn dev --host=0.0.0.0
yarn build && npx cap sync
Disable url & cleartext on capacitor config server when build