food-graphql-server/README.md

11 lines
251 B
Markdown
Raw Permalink Normal View History

2019-01-26 13:06:08 +00:00
# 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.
2019-02-13 12:00:33 +00:00
Slides: https://app.box.com/s/6l6xi3mm26d7ur9g7n05egguc6dkyz3v
2019-01-26 13:06:08 +00:00
```
npm i
npm start
2019-01-26 13:06:08 +00:00
```