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

https://github.com/damassi/isomorphic-relay-app

Example Relay / React Router SSR app and helper lib that connects to Artsy's GraphQL service
https://github.com/damassi/isomorphic-relay-app

isomorphic react-loadable react-router-v4 relay relay-modern universal-react

Last synced: about 2 months ago
JSON representation

Example Relay / React Router SSR app and helper lib that connects to Artsy's GraphQL service

Awesome Lists containing this project

README

        

Example app showing how to isomorphically render a Relay Modern or Classic app. Connects to Artsy's [GraphQL server](https://github.com/artsy/metaphysics).

For more detailed instructions see these examples:

* [Relay Modern with React Router 4](relay-modern)
* [Relay Modern with Found Router](relay-modern-found)
* [Relay Classic](relay-classic)

### Setup

```bash
git clone --recursive [email protected]:damassi/isomorphic-relay-app.git
cd isomorphic-relay-app

cd relay-modern
# or
cd relay-modern-found
# or
cd relay-classic
# then

yarn install
yarn sync-schema
yarn start

open http://localhost:5000
```