Skip to content

david-mcafee/create-react-app-amplify-templates

Repository files navigation

Create React App + Amplify templates

Create React App + AWS Amplify templates. Will use latest version of Amplify + Amplify UI.

Usage

Basic JS Template (cra-template-aws-amplify) npm

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) npm

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.

Reference

This is a personal project - opinions are my own