run npm install
npm run serve
Exexute from project root, everytime we need to build an APK
- Sync changes from your Ionic project to the Android part
npx cap sync
- Build for Android and generate apk
cd android && ./gradlew assembleDebug && cd ..
If the build completes successfully, we'll find the apk at android/app/build/outputs/apk/debug/app-debug.apk
https://m2.material.io/design/color/the-color-system.html#tools-for-picking-colors
https://m3.material.io/theme-builder#/custom
https://ionicframework.com/docs/theming/dark-mode
https://dev.to/shaedrizwan/set-your-web-app-to-dark-light-mode-based-on-user-system-settings-5fa6