mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
11 lines
195 B
Markdown
11 lines
195 B
Markdown
![]() |
# 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
|
||
|
```
|