dabit3 / react-appsync-graphql-recipe-app

Example application using React + AWS AppSync + GraphQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example application using React + AWS AppSync + GraphQL


Languages

Language:JavaScript 87.4%Language:HTML 9.9%Language:CSS 2.7%