spiegela / react-relay-modern-starter-kit

Expanded of Relay Modern Starter Kit with ReactMD and Authentication
MIT License
9 stars 0 forks source link

React Relay Modern Starter Kit

This expanded starter kit is based on Facebook's Relay Starter Kit and the React Hot Loader Minimal Boilerplate.

This kit includes an front-end dev server, and references an external service (on port 4000), and a transpiler that you can use to get started building an app with Relay. For a walkthrough with a slightly larger schema, see the Relay tutorial.

Docs

This version of the boiler plate code includes a handful of assembled components to help get started on your application faster:

Try it out

# First, start compatible GraphQL API server on port 4000

# Then build the project
yarn

# Cache the GraphQL schema from the back-end API
yarn run fetch-schema

# Start your hot-reloading dev server
yarn dev