/isomorphic-relay-app

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

Primary LanguageJavaScript

Example app showing how to isomorphically render a Relay Modern or Classic app. Connects to Artsy's GraphQL server.

For more detailed instructions see these examples:

Setup

git clone --recursive git@github.com: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