Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/timneutkens/graphql-es6-es2015-demo
- Owner: timneutkens
- Created: 2016-08-20T14:13:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-21T17:48:00.000Z (over 8 years ago)
- Last Synced: 2024-10-04T12:41:23.611Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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