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
- Host: GitHub
- URL: https://github.com/damassi/isomorphic-relay-app
- Owner: damassi
- Created: 2018-02-01T08:41:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T00:09:28.000Z (about 7 years ago)
- Last Synced: 2025-03-31T05:02:59.960Z (3 months ago)
- Topics: isomorphic, react-loadable, react-router-v4, relay, relay-modern, universal-react
- Language: JavaScript
- Homepage:
- Size: 1.85 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-appcd relay-modern
# or
cd relay-modern-found
# or
cd relay-classic
# thenyarn install
yarn sync-schema
yarn startopen http://localhost:5000
```