summaryrefslogtreecommitdiff
path: root/axios/examples/README.md
blob: c843f6aba1b9dbfc2db08d673c2d974e6d8441b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# axios examples

To run the examples:

1. `git clone https://github.com/axios/axios.git`
2. `cd axios`
3. `npm install`
4. `grunt build`
5. `npm run examples`
6. [http://localhost:3000](http://localhost:3000)

Or use Gitpod, a free dev environment for GitHub:

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/axios/axios/blob/master/examples/server.js)