Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/pengfluf/apollo-links
- Owner: pengfluf
- Created: 2018-03-21T13:50:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T23:10:23.000Z (over 6 years ago)
- Last Synced: 2024-04-23T02:19:28.002Z (7 months ago)
- Topics: apollo, apollo-client, graphql, javascript, react, reactjs, websockets
- Language: JavaScript
- Homepage:
- Size: 264 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).