Skip to content

vbudilov/ionic-app-with-aws-cognito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Cognito with Ionic2 Quickstart

Updates

10/14 -- Updated to Angular Final/Ionic RC0

What does this app do?

Quickly start using AWS Cognito and Ionic2

Tech Stack

Required Tools

Frameworks

Getting the code

# Clone it from github
git clone --depth 1 git@github.com:vbudilov/aws-cognito-ionic2.git
# Install the NPM and Bower packages
npm install
# Build & Run the app in dev mode
ionic build; ionic serve

AWS Setup

You will need to create the user pool manually through the console.

Necessary changes

By default, this app is using my user pool, which is defined in the app/services/properties.service.ts file. Update the file with the appropriate user pool info that you want to use