3)Creating the React Component

open your terminal or powershell.

Run the following

yarn create react-app aws_cognito_ws_unimelb
cd aws_cognito_ws_unimelb
yarn 
yarn start

If all goes well you should see the welcome screen. congrats you’ve built your first react app!