If you think this source code is useful, it will be great if you just give it star or just buy me a cup of cofee
Steps to run on devices:
- Clone this repository
- Connect your phone to your computer
- Run
npm install
- Run
ionic cordova platform rm android
- Run
ionic cordova platform add android
- Run
ionic cordova platform rm ios
- Run
ionic cordova platform add ios
- Run
ionic cordova run android
orionic cordova run ios