Go to file
Fre Timmerman debca3352b done 1 2021-02-01 14:36:26 +01:00
src done 1 2021-02-01 14:36:26 +01:00
.gitignore chore: initial project setup 2019-01-26 14:06:08 +01:00
README.md chore: getting started - first exercise 2019-02-03 12:09:03 +01:00
package.json done 1 2021-02-01 14:36:26 +01:00
schema.gql done 1 2021-02-01 14:36:26 +01:00
tsconfig.json done 1 2021-02-01 14:36:26 +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.

npm i
npm start