Welcome! This repo contains everything we'll cover during the presentation. Wanna get some hands-on experience? Follow along with our live-coding demo:
git clone https://github.com/robzhu/graphql-demo
cd GraphQL-API
npm install
npm run build
npm start
- In a new CLI window,
cd graphql-demo/start
- Under the current directory, you should see two files: index.html and app.js. Open app.js in your favorite editor and open index.html in your browser (we'll be using ES6, so make sure your browser is up-to-date).
GraphQL Tutorial (no idea what GraphQL is? start here)
Apollo Stack: Tools for Building GraphQL
Twitter Fabric: GraphQL & Relay