2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00
Files
axios/examples
Anchal Singh 38fee81c80 chore: enhance form styling and input placeholders in examples (#7185)
* Enhance form styling and input placeholders

* Refactor HTML for multipart form data example

Updated the title and improved styling for better aesthetics. Enhanced the form layout and added theme toggle functionality.

---------

Co-authored-by: Jay <jasonsaayman@gmail.com>
2025-11-06 20:20:31 +02:00
..
2022-10-30 19:14:27 +02:00
2022-06-18 11:19:27 +02:00

axios examples

To run the examples:

  1. git clone https://github.com/axios/axios.git
  2. cd axios
  3. npm install
  4. npm run build
  5. npm run examples
  6. http://localhost:3000