Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

amazon-archives/aws-amplify-ionic-sample

AWS Amplify Ionic Sample

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.

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