npm install -g cordova
npm install -g ionic
npm install -g gulp
ionic platform add browser
(ionic platform add android, ionic platform add ios)
npm install
bower install
npm run devto run the app in browser- to update code in browser use
npm run buildorgulp browserify npm run androidto test on android- to build a release apk, use
npm run android-release(you will need the passwords to the keystore :))
the apk will be located in the root folder, as WorkerManager.apk