npalm / graphql-slides-20170520

Slides for GraphQL talk at Nextbuild 2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL - The next API language

The slides deck contains the slides for the talk at the Nextbuild Eindhoven (2017-05-20).

  • You can view the slides via GitHub static pages here.

slides

For the slides we use the RevealJS 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

About

Slides for GraphQL talk at Nextbuild 2017


Languages

Language:JavaScript 48.1%Language:CSS 37.2%Language:HTML 14.7%Language:Shell 0.1%