Skip to content

marcogrieco/aws-amplify-ionic-sample

 
 

Repository files navigation

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

About

A sample Ionic 4 app using AWS Amplify.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.3%
  • JavaScript 16.3%
  • HTML 10.6%
  • CSS 9.8%