Go to file
Fre Timmerman 3f70e2a67e extra 2021-02-05 15:24:02 +01:00
src extra 2021-02-05 15:24:02 +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
gql commands extra 2021-02-05 15:24:02 +01:00
package.json extra 2021-02-05 15:24:02 +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

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