apollo-server/docs/README.md

11 lines
195 B
Markdown
Raw Normal View History

2017-12-19 07:06:48 -08:00
# Apollo Server docs
Read the docs at [apollographql.com/docs/apollo-server](https://www.apollographql.com/docs/apollo-server/).
To run the docs app locally:
```bash
npm install
npm start
```