mirror of
https://github.com/tenrok/axios.git
synced 2026-05-24 14:04:14 +03:00
10 lines
169 B
Markdown
10 lines
169 B
Markdown
# axios examples
|
|
|
|
To run the examples:
|
|
|
|
1. Clone this repo
|
|
2. Run `npm install`
|
|
3. Run `grunt build`
|
|
4. Run `http-server -p 3000`
|
|
5. Open http://localhost:3000/examples
|