kimhart / react-relay-graphql-tempate

React (w/Router) + Relay + GraphQL Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React (w/Router) + Relay + GraphQL Template

First, install dev tools:

npm install -g nodemon webpack

Then, run node:

nodemon --ignore graphql/schema.json

Finally, run webpack:

webpack -wd

Anytime you makes schema (graphql) changes, you'll need to restart webpack.

About

React (w/Router) + Relay + GraphQL Template


Languages

Language:JavaScript 96.6%Language:HTML 3.4%