Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pengfluf/apollo-links

:space_invader: Just an example of React application with GraphQL queries, mutations and subscriptions (websockets are awesome). :fire:
https://github.com/pengfluf/apollo-links

apollo apollo-client graphql javascript react reactjs websockets

Last synced: about 6 hours ago
JSON representation

:space_invader: Just an example of React application with GraphQL queries, mutations and subscriptions (websockets are awesome). :fire:

Awesome Lists containing this project

README

        

# Apollo Links

Just an example of React application with GraphQL queries, mutations and subscriptions (websockets are awesome).

## How to start
Install dependencies
``` bash
yarn install
```
OR
``` bash
npm install
```
Start React application at localhost:3005 in parallel with GraphQL server and playground at localhost:4000
``` bash
yarn start
```
OR
``` bash
npm start
```

The server based on [Prisma](https://github.com/graphcool/prisma) was downloaded [here](https://codeload.github.com/howtographql/react-apollo/tar.gz/starter).