Skip to content

loelsonk/intro-to-graphql-presentation

Repository files navigation

Intro to GraphQL Build Status Slides

Here it is, Intro to GraphQL. Presentation I presented at devjs #1 Łódź and GDevs #14 Lublin. Make good use of it.

TODOs

  • add n+1 queries slides
  • refactor index.html formatting and styles

Setup

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.

  1. Install Node.js (4.0.0 or later)

  2. Install dependencies

    $ npm install
  3. Serve the presentation and monitor source files for changes

    $ npm start
  4. Open http://localhost:8000 to view your presentation

    You can change the port by using npm start -- --port=8001.

Releases

No releases published

Packages

No packages published