npm install

npm start

Make sure you have the Rails API being served. View the repo for instruction.

curl -H 'Content-Type:application/graphql' http://localhost:4000/api

Or visit

http://localhost:4000/api

Hit refresh to get a new shape.

Read through server.js to see how the API works, follow through to schema.js and data.js. Happy hunting!