This project was bootstrapped with Create React App.
Go to the AWS Cognito console and create a new user pool. Click review defaults. You may want to consider how strong to make your password requirements here.
Click Add app client. Make sure that Generate client secret is unchecked, then create an app client. Then click return to pool details
Click Create pool
Click Users and groups under General Settings and create a user
In the project directory, make a file called .env with the contents:
The app client id can be found in App clients under General settings and the user pool id can be found in General settings in the AWS Cognito console.
In the project directory, run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.