food-graphql-server/README.md

9 lines
187 B
Markdown
Raw 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-01-26 13:06:08 +00:00
```
npm i
npm start
2019-01-26 13:06:08 +00:00
```