Install dependencies
$ yarn install
Set up an AWS Amplify project by following this official guide.
Install the Amplify CLI by following these instructions.
Setup the Amplify project locally. Launch Amplify Studio for your project and you can find the command when you click the Local setup instructions button in the header.
$ amplify pull --appId xxx --envName xxx
Generate the API client code using the cli
$ amplify add codegen
Start the app
$ yarn start
