- npm i
- npm start
Document Config Document Initialize
- npm i -g @aws-amplify/cli
- npx create-react-app amplify-react-app
- cd amplify-react-app/
- amplify configure
- amplify init
- amplify add auth
- amplify push
- npm install aws-amplify @aws-amplify/ui-react --save
- edit src/App.js
- npm start
- amplify add api
- amplify push -y
- npm install aws-amplify --save
- edit src/App.js