mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Updating example for how to run examples
This commit is contained in:
+3
-4
@@ -38,9 +38,8 @@ Examples are included in part to allow manual testing.
|
|||||||
Running example
|
Running example
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ npm install -g http-server
|
$ npm run examples
|
||||||
$ http-server
|
# Open 127.0.0.1:3000
|
||||||
# Open 127.0.0.1:8080/example
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Running sandbox in browser
|
Running sandbox in browser
|
||||||
@@ -55,4 +54,4 @@ Running sandbox in terminal
|
|||||||
```bash
|
```bash
|
||||||
$ npm start
|
$ npm start
|
||||||
$ node ./sandbox/client
|
$ node ./sandbox/client
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user