Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 383 Bytes

File metadata and controls

24 lines (16 loc) · 383 Bytes

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