Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

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