Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 525 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 525 Bytes

Axios Resolver

This project simulates a request screen similar to Insomnia or Postman, designed for testing and utilizing Axios attributes. It provides an intuitive interface for sending HTTP requests, managing responses, and experimenting with various Axios configurations.

Project Setup

  1. Install dependencies:

    npm install
  2. Compile and Hot-Reload for Development:

    npm run dev
  3. Compile and Minify for Production:

    npm run build