USE THIS REPO: https://github.com/councils/councils-app
More info coming soon.
$ gulp start
- starts webpack-dev-server to develop locally in browser$ gulp build
- run a webpack build. You must do this before running cordova build
$ cordova build
- builds for ios and android$ cordova run android
- deploys compiled app to android device (via USB)$ cordova emulate ios
- run ios emulatorTo deploy to IOS device, open the /platforms/ios/Councils.xcodeproj
in xcode and then deploy to