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.
-
Install dependencies:
npm install
-
Compile and Hot-Reload for Development:
npm run dev
-
Compile and Minify for Production:
npm run build