Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T10:09:29.000Z (about 6 years ago)
- Last Synced: 2024-11-02T19:34:18.836Z (3 months ago)
- Topics: appsync, aws-appsync, graphql, javascript, react, serverless-graphql
- Language: JavaScript
- Size: 124 KB
- Stars: 70
- Watchers: 3
- 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
```