-
Create a User Pool in AWS Cognito console
-
Create AppClient
-
Fill in all data inside the file
src/aws-exports.js
:
userPoolId
can be found in AWS Cognito -> [your user pool] -> General Settings -> Pool IduserPoolWebClientId
can be found in AWS Cognito -> App Clients -> [your app client] -> App client id
- Install project dependencies
npm install
- Run the project
npm run start