What's this repo?

Run on Local

  • Node.js v10.16.0
  • use create-react-app
npm i -g @aws-amplify/cli

yarn install

// If you signed up AWS console
amplify init

// use Cognito
amplify add auth

// select GraphQL API
amplify add api

yarn start
``