10/14 -- Updated to Angular Final/Ionic RC0
Quickly start using AWS Cognito and Ionic2
# Clone it from github
git clone --depth 1 [email protected]:vbudilov/aws-cognito-ionic2.git
# Install the NPM and Bower packages
npm install
# Build & Run the app in dev mode
ionic build; ionic serve
You will need to create the user pool manually through the console.
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