Run locally with the Amplify CLI

  1. Fork the repo in your account and then clone it as below.
npm install
  1. Pull backend from AWS Amplify using appid and envname which can be found on AWS Amplify UI.
amplify pull --appId appid --envName envname
  1. Run locally
npm run dev