/aws-amplify-ionic-sample

A sample Ionic 4 app using AWS Amplify.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

AWS Amplify Ionic Sample

This is a sample application demonstrating the use of the AWS Amplify library with Ionic 4.

Please submit issues to the aws-amplify repository.

Getting Started

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

Prerequisites

In addition to the setup listed above, this app will require a modern version of NodeJS.

License

This project is licensed under the Apache License - see the LICENSE.md file for details