Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dangerdespain committed Sep 20, 2016
1 parent 90c0742 commit 4d08bd0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ Under active development
]
```

- many graphql examples are written in ES6. I'm using gulp-babel to transpile for my use-case. Here's an example
## Use
Start the server and you should have a GraphiQL interface ready at http://localhost:8080/graphiql/
The example graph directory will need some work before it's tutorial-ready. I'm actively seeking pull requests here!

## Transpiling
- many graphql examples are written in ES6. I'm using gulp-babel to transpile for my use-case. Here's an example. Make sure to update your ah-graphq-config file to reflect the babel output path!

`npm install --save-dev gulp gulp-babel babel-preset-es2015 changed eslint del fs`

Expand Down

0 comments on commit 4d08bd0

Please sign in to comment.