Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.04 KB

GraphQL demo

Welcome! This repo contains everything we'll cover during the presentation. Wanna get some hands-on experience? Follow along with our live-coding demo:

Clone the repo

git clone https://github.com/robzhu/graphql-demo 
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).

Links

GraphQL Tutorial (no idea what GraphQL is? start here)

GraphQL Homepage

GraphQL Specification

GraphQL & Angular

Apollo Stack: Tools for Building GraphQL

Twitter Fabric: GraphQL & Relay

Giant List of GraphQL Links and Resources