- Install Ionic ^3.0
- git clone the repo.
- go to project folder and run npm i
- run ionic cordova platform add android
- the above will add an android platform and add all the plugins to that.
Build for debug - npm run build-debug
Build for release - npm run build-rel
Run the android app - npm run android