Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pengfluf/relay-links
:wind_chime: This is just an example of React application based on Relay with all GraphQL awesome stuff. :heartpulse:
https://github.com/pengfluf/relay-links
graphql javascript react reactjs relay relay-modern websockets
Last synced: about 6 hours ago
JSON representation
:wind_chime: This is just an example of React application based on Relay with all GraphQL awesome stuff. :heartpulse:
- Host: GitHub
- URL: https://github.com/pengfluf/relay-links
- Owner: pengfluf
- Created: 2018-03-27T11:09:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T20:33:33.000Z (over 6 years ago)
- Last Synced: 2024-04-24T01:41:35.238Z (7 months ago)
- Topics: graphql, javascript, react, reactjs, relay, relay-modern, websockets
- Language: JavaScript
- Homepage:
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Relay Links
This is just an example of [GraphQL](https://www.howtographql.com/) React application based on [Relay](https://facebook.github.io/relay/).
Queries, mutations and even subscriptions based on websockets are all here, so check it out! :sunglasses:
Unlike the [Apollo application](https://github.com/pengfluf/apollo-links), in this case the server is already configured remotely, so you don't need to start the local one.
## How to start
Install dependencies
``` bash
yarn install
```
OR
``` bash
npm install
```
Start the application at localhost:3000
``` bash
yarn start
```
OR
``` bash
npm start
```