mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
parent
0b131cad2a
commit
8922e7b63a
|
@ -3,6 +3,14 @@
|
|||
https://next-with-apollo.now.sh
|
||||
|
||||
## How to use
|
||||
|
||||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-apollo
|
||||
cd with-apollo
|
||||
```
|
||||
|
||||
Install it and run
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue