Useful Ionic + Capacitor Commands
Run app with live reload (Android)
ionic cap run android -l --external
Run app with live reload (iOS)
ionic cap run ios -l --external
How to generate a release apk without using opening android studio
ionic capacitor copy android --prod && cd an...
dotman.hashnode.dev2 min read