axios-axios/examples
Sven Efftinge 3f2ef030e0
Allow opening examples in Gitpod (#1958)
Co-authored-by: Emily Morehouse <emilyemorehouse@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
2020-05-29 07:02:31 +02: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 Allow opening examples in Gitpod (#1958) 2020-05-29 07:02:31 +02: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

Or use Gitpod, a free dev environment for GitHub:

Open in Gitpod