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

Lists

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
```