A demonstration GraphQL API based on Facebook's reference implementation. It aims to address many of the concerns developers will face when starting out building GraphQL APIs. It also showcases many of the key new features of GraphQL such as Subscriptions.
In a terminal do:
cd server
npm run start
In another terminal
cd client
npm run start