Go to file
Fre Timmerman d8910ee98d Merge branch 'FRE-extra' 2021-02-09 21:38:29 +01:00
src Merge branch 'FRE-extra' 2021-02-09 21:38:29 +01:00
.gitignore chore: initial project setup 2019-01-26 14:06:08 +01:00
README.md slides 2019-02-13 13:00:33 +01:00
gql commands extra 2021-02-05 15:24:02 +01:00
package.json Merge branch 'FRE-extra' 2021-02-09 21:38:29 +01:00
schema.gql extra 2021-02-05 15:24:02 +01:00
tsconfig.json done 2 2021-02-02 11:34:34 +01:00
yarn.lock feat: start exercise 2 2019-02-04 19:08:19 +01:00

README.md

Getting started

To get up-and-running, install the node dependencies and start the server. 🚀 Go to http://localhost:4000/ to play in the GraphQL Playground.

Slides: https://app.box.com/s/6l6xi3mm26d7ur9g7n05egguc6dkyz3v

npm i
npm start