Skip to content

MahdadGhasemian/serverless-react-tutorial-project

Repository files navigation

serverless-react-tutorial-project

How to run this project

  • npm i
  • npm start

How to create an amplify App

Setup Amplify Cli

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

Setup Amplify Auth

Document

  • amplify add auth
  • amplify push
  • npm install aws-amplify @aws-amplify/ui-react --save
  • edit src/App.js
  • npm start

Setup Amplify GraphQL API

Document

  • amplify add api
  • amplify push -y
  • npm install aws-amplify --save
  • edit src/App.js

image

About

An amplify example to work with 'aws cognito' inside the serverless-tutorial-project project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published