react-appsync-graphql-recipe-app
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
- clone this repo
git clone https://github.com/dabit3/react-appsync-graphql-recipe-app.git
- cd into directory and install the dependencies
cd react-appsync-graphql-recipe-app
yarn || npm i
-
update
src/appsync.jswith your AppSync credentials -
run project
npm start