Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timneutkens/graphql-es6-es2015-demo

ES6/ES2015 version of the index.js code from http://graphql.org/docs/getting-started/
https://github.com/timneutkens/graphql-es6-es2015-demo

Last synced: 21 days ago
JSON representation

ES6/ES2015 version of the index.js code from http://graphql.org/docs/getting-started/

Awesome Lists containing this project

README

        

# GraphQL ES6/ES2015 demo

ES6/ES2015 version of the index.js code from [http://graphql.org/docs/getting-started/](http://graphql.org/docs/getting-started/)

## Run the code

1. Clone this repository
2. Run `npm install`
3. Run `webpack` optionally enable watcher using `--watch`
4. Run `node dist/bundle.js`
5. Go to `http://localhost:3000/graphql` to create queries in Graph*i*QL