Skip to content

Latest commit

 

History

History
executable file
·
43 lines (30 loc) · 962 Bytes

README.md

File metadata and controls

executable file
·
43 lines (30 loc) · 962 Bytes

Port Killer

Simplify port termination. Input the port number and click 'Kill' !

No need to use complex commands just to terminate a port.

Download

Contribute

0. Prerequisite:

Install Rust in your system

1. Clone the Repository

git clone https://github.com/HeySkidee/Port-Killer.git

2. Navigate to the project directory

cd Port-Killer

3. Install Dependencies

npm install

4. Run the Preview

npm run tauri dev

5. Build the Application

npm run tauri build