NOTE: Project working but in progress.
Based on https://github.com/ionic-team/ionic2-starter-aws.
This starter project requires Ionic CLI 3.0, to install, run
npm install -g ionic@latest
Make sure to add sudo
on Mac and Linux. If you encounter issues installing the Ionic 3 CLI, uninstall the old one using npm uninstall -g ionic
first.
Now the app is configured and wired up to the AWS Mobile Hub and AWS services. To run the app in the browser, run
ionic serve
To run the app on device, first add a platform, and then run it:
ionic cordova platform add ios
ionic cordova run ios
Or open the platform-specific project in the relevant IDE:
open platforms/ios/MyApp.xcodeproj