Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npalm/graphql-slides-20191024
Slides talk codemotion Milan
https://github.com/npalm/graphql-slides-20191024
Last synced: 25 days ago
JSON representation
Slides talk codemotion Milan
- Host: GitHub
- URL: https://github.com/npalm/graphql-slides-20191024
- Owner: npalm
- License: mit
- Created: 2019-10-17T22:16:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T05:57:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T22:04:52.622Z (about 1 month ago)
- Language: JavaScript
- Size: 16.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL - The next API language
Slide deck for talk at [Codemotion Milan 2019](https://events.codemotion.com/conferences/milan/2019/), slides available via GitHub pages: https://npalm.github.io/graphql-slides-20191024## Related
Other slide decks and repo's for demo's are grouped here: http://npalm.github.io/graphql## 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:9000/)