Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 286 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 286 Bytes

GraphQL Intro presentation

demo contains runnable code for presentation examples.

To run the demo:

  • cd demo
  • yarn | npm i
  • node app.js
  • graphiql should be running at localhost:4040/graphql