mirror of
https://github.com/tenrok/axios.git
synced 2026-05-24 14:04:14 +03:00
3f2ef030e0
Co-authored-by: Emily Morehouse <emilyemorehouse@gmail.com> Co-authored-by: Jay <jasonsaayman@gmail.com>
15 lines
409 B
Markdown
15 lines
409 B
Markdown
# 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:
|
|
|
|
[](https://gitpod.io/#https://github.com/axios/axios/blob/master/examples/server.js)
|