This is a sample application has been archived in favor of Amplify JS Samples. While the archived repository will still work, please go +1 this feature request for Ionic sample if you are looking to use this sample.
The branches of this project correspond to tutorials that walk you through the development of this application.
The following instructions are meant to be used with the master branch, which is the final version of the app.
Install the Ionic 4 CLI:
npm i -g ionic@rc
Create the Ionic 4 starter project:
ionic start <your-app-name> tabs --type=angular
Install the AWS Mobile CLI (if you haven't already):
$ npm install -g @aws-amplify/cli
$ amplify configure
In addition to the setup listed above, this app will require a modern version of NodeJS.
This project is licensed under the Apache License - see the LICENSE.md file for details