https://github.com/rangle/graphql-pt1-workshop-slides
Slides and speaker notes for GraphQL Part 1 workshop
https://github.com/rangle/graphql-pt1-workshop-slides
Last synced: 9 months ago
JSON representation
Slides and speaker notes for GraphQL Part 1 workshop
- Host: GitHub
- URL: https://github.com/rangle/graphql-pt1-workshop-slides
- Owner: rangle
- Created: 2017-05-10T16:29:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T01:13:34.000Z (about 5 years ago)
- Last Synced: 2025-03-18T06:48:28.993Z (about 1 year ago)
- Language: CSS
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL Workshop Part 1 Slides
Slides created with [Reveal.js](https://github.com/hakimel/reveal.js/) and build system created with Webpack 2.
To install the dependencies and start the web server:
```
$ npm install
$ npm start
```
To see the slides go to: [localhost:8081](http://localhost:8081)
## Generating a PDF
To generate a PDF of your slides, go to [http://localhost:8081/index.html?print-pdf](http://localhost:8081/index.html?print-pdf). From there, follow the [instructions provided by reveal.js](https://github.com/hakimel/reveal.js#pdf-export).
This will produce a more true-to-screen PDF than using the reveal.js `print-pdf` phantomJS script.