- First you need to create an AWS account and Amplify Project.
- Follow the tutorial or the blog post to set up Amplify backend project.
- Run
amplify pull — appId xxx — envName xxx
to connect your Amplify project and React app. - Run
amplify status
to make sure you have pulled backend resources. - Install the node dependencies using
npm install
. - Run
npm start
to run the app in development mode. - If everything went well, the app should run at http://localhost:3000
- AWS Amplify Studio Docs - https://docs.amplify.aws/console