2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Improving examples

This commit is contained in:
mzabriskie
2015-04-08 13:24:43 -06:00
parent 8a4e502e3a
commit 4ad5438f61
12 changed files with 245 additions and 16 deletions
+2 -2
View File
@@ -5,5 +5,5 @@ 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
4. Run `npm run examples`
5. Open http://localhost:3000