Here it is, Intro to GraphQL. Presentation I presented at devjs #1 Łódź and GDevs #14 Lublin. Make good use of it.
- add n+1 queries slides
- refactor
index.html
formatting and styles
Some reveal.js features, like external Markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.
-
Install Node.js (4.0.0 or later)
-
Install dependencies
$ npm install
-
Serve the presentation and monitor source files for changes
$ npm start
-
Open http://localhost:8000 to view your presentation
You can change the port by using
npm start -- --port=8001
.