axios-axios/examples
Avindra Goolcharan 6a4a85c57f Doc fixes, minor examples cleanup (#2198)
* README.md COOKBOOK.md: minor fixes

 * simplify language

* ECOSYSTEM: create a few categories

* Examples: log port listening to

* upgrade bootstrap 3 -> 4 in examples

bootstrap 4 is slightly smaller then 3.2.0
so it should also help load examples faster

* categorize 0.19 items a little differently

surface user/consumer changes first
2019-09-07 09:05:26 -03:00
..
all Doc fixes, minor examples cleanup (#2198) 2019-09-07 09:05:26 -03:00
amd Doc fixes, minor examples cleanup (#2198) 2019-09-07 09:05:26 -03:00
get Doc fixes, minor examples cleanup (#2198) 2019-09-07 09:05:26 -03:00
post Doc fixes, minor examples cleanup (#2198) 2019-09-07 09:05:26 -03:00
transform-response Doc fixes, minor examples cleanup (#2198) 2019-09-07 09:05:26 -03:00
upload Doc fixes, minor examples cleanup (#2198) 2019-09-07 09:05:26 -03:00
README.md Update links 2017-09-28 21:09:47 -07:00
server.js Doc fixes, minor examples cleanup (#2198) 2019-09-07 09:05:26 -03:00

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