react-appsync-graphql-recipe-app icon indicating copy to clipboard operation
react-appsync-graphql-recipe-app copied to clipboard

Example application using React + AWS AppSync + GraphQL

React + AWS AppSync + GrapQL Recipe App

To run this project

  1. clone this repo
git clone https://github.com/dabit3/react-appsync-graphql-recipe-app.git
  1. cd into directory and install the dependencies
cd react-appsync-graphql-recipe-app
yarn || npm i
  1. update src/appsync.js with your AppSync credentials

  2. run project

npm start