Go to file
Kristof Van Miegem 5bed3a9850 chore: getting started - first exercise 2019-02-03 12:09:03 +01:00
src chore: getting started - first exercise 2019-02-03 12:09:03 +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 chore: getting started - first exercise 2019-02-03 12:09:03 +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