rewards mobile app
-
install nodejs, angular, cordova, ionic and optionally android sdk and xcode
-
$ ionic start rewards blank --v2
-
git this repo in same directory(replace the generated files)
-
$ npm install
-
Device ID ** $ ionic plugin add cordova-plugin-device ** $ npm install --save @ionic-native/device ** $ npm install ionic-native --save
$ ionic g page **PageName**
Then update app.module.ts to include the new page
$ ionic serve
$ ionic run android
$ ionic run ios