https://github.com/dabit3/react-appsync-graphql-recipe-app
Example application using React + AWS AppSync + GraphQL
https://github.com/dabit3/react-appsync-graphql-recipe-app
appsync aws-appsync graphql javascript react serverless-graphql
Last synced: about 1 month ago
JSON representation
Example application using React + AWS AppSync + GraphQL
- Host: GitHub
- URL: https://github.com/dabit3/react-appsync-graphql-recipe-app
- Owner: dabit3
- Created: 2018-03-26T21:48:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T10:09:29.000Z (about 7 years ago)
- Last Synced: 2025-10-09T09:59:00.227Z (2 months ago)
- Topics: appsync, aws-appsync, graphql, javascript, react, serverless-graphql
- Language: JavaScript
- Size: 124 KB
- Stars: 69
- Watchers: 2
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-aws-appsync - AWS AppSync Recipe App
README
# 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
```
2. cd into directory and install the dependencies
```
cd react-appsync-graphql-recipe-app
yarn || npm i
```
3. update `src/appsync.js` with your AppSync credentials
4. run project
```
npm start
```