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