An open API service indexing awesome lists of open source software.

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

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.