REQ.IO is a simple native desktop HTTP client created with Electron, Vite, and React for testing APIs locally and experimenting with different HTTP requests.
To start REQ.IO locally, clone the repository:
git clone https://github.com/kannananil/req.io.git
cd req.ioInstall dependencies:
yarn install --devOnce the dependencies are installed, you can start REQ.IO by running the following command:
yarn devThis will start the REQ.IO application in a new window.
To build REQ.IO for production, run the following command:
yarn buildThis will create a new directory called dist which contains the built REQ.IO application.
To preview the built version of the application and debug in browser by running the following command:
yarn previewOnce the preview server started press o to open the preview
Note: This only works after the build command
To run the unit tests for the application, run the following command:
yarn test
Please see our Contribution Guide on how you can get started. Thank you for your valuable time and interest to contribute to this project.