Skip to content

robzhu/graphql-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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