Skip to content

samuraikun/aws-serverless-editor-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
``