Skip to content

REQ.IO is a simple native desktop HTTP client created with Electron.

Notifications You must be signed in to change notification settings

hariramprasanth/req.io

 
 

Repository files navigation

REQ.IO

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.

Getting started with REQ.IO

To start REQ.IO locally, clone the repository:

git clone https://github.com/kannananil/req.io.git
cd req.io

Install dependencies:

yarn install --dev

Once the dependencies are installed, you can start REQ.IO by running the following command:

yarn dev

This will start the REQ.IO application in a new window.

Building REQ.IO

To build REQ.IO for production, run the following command:

yarn build

This will create a new directory called dist which contains the built REQ.IO application.

Preview built version in browser

To preview the built version of the application and debug in browser by running the following command:

yarn preview

Once the preview server started press o to open the preview

Note: This only works after the build command

Unit testing REQ.IO

To run the unit tests for the application, run the following command:

yarn test

Interested to contribute?

Please see our Contribution Guide on how you can get started. Thank you for your valuable time and interest to contribute to this project.

Contributors

About

REQ.IO is a simple native desktop HTTP client created with Electron.

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 87.4%
  • SCSS 11.5%
  • Other 1.1%