food-graphql-server/README.md
2019-02-03 12:09:03 +01:00

9 lines
187 B
Markdown

# 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
```