This repo was created to demo some of the concepts discussed in a talk. The accompanying slide deck can be found here.
- Clone project
- Install node.js (7.5)
- Install yarn
cd
to directory- Install dependencies with
yarn
- Run with
yarn start
(optionally runyarn run start:watch-server
for restarting the server on server file changes)
App located at http://localhost:3000 Rest server explorer located at http://localhost:3001/explorer GraphQL GraphiQL explorer located at http://localhost:3001/graphql