Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npalm/graphql-slides-20170520
Slides for GraphQL talk at Nextbuild 2017
https://github.com/npalm/graphql-slides-20170520
Last synced: 25 days ago
JSON representation
Slides for GraphQL talk at Nextbuild 2017
- Host: GitHub
- URL: https://github.com/npalm/graphql-slides-20170520
- Owner: npalm
- Created: 2017-05-15T18:17:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T10:50:42.000Z (over 7 years ago)
- Last Synced: 2024-10-12T22:03:52.117Z (about 1 month ago)
- Language: JavaScript
- Size: 7.78 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL - The next API language
The slides deck contains the slides for the talk at the Nextbuild Eindhoven (2017-05-20).- You can view the slides via GitHub static pages [here](http://npalm.github.io/graphql-slides-20170520).
## slides
For the slides we use the [RevealJS](https://github.com/hakimel/reveal.js/) framework.
- See index.html for the slide show composition
- See markdown/* for the slide sources.### Run the slides from sources
- You can also run the slides locally in a container from sources.
```
docker run -d -p 8080:80 --name slides \
-v ${PWD}:/usr/share/nginx/html nginx
```
- Or use yarn
```
yarn && yarn start
```
- Open a browser [slides](http://localhost:8080/)