Create React App + AWS Amplify templates. Will use latest
version of Amplify + Amplify UI.
Basic JS Template (cra-template-aws-amplify)
npx create-react-app my-amplify-app --template aws-amplify
Basic template that installs the latest
version of AWS Amplify, and adds the configuration step to index.js
. Configuring your Amplify app (running amplify init
, etc) must be done separately.
Basic TypeScript Template (cra-template-aws-amplify-typescript)
npx create-react-app my-amplify-app --template aws-amplify-typescript
Basic TypeScript template that installs the latest
version of AWS Amplify, and adds the configuration step to index.js
. Configuring your Amplify app (running amplify init
, etc) must be done separately.
- Amplify Docs - Get started with AWS Amplify
This is a personal project - opinions are my own