Skip to content

kmhmubin/CPU-Usage-Monitor-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU-Usage-Monitor-App

Display CPU usage app build on electron js.

App Demo

App Demo

Installation ⚙

You need Node JS install on your pc

First clone the project

git clone https://github.com/kmhmubin/CPU-Usage-Monitor-App.git

Then run npm install

npm install

or

yarn

it will install all the required packages and dependencies

Run the app 🏃‍♂️

To run the app open the terminal run the command

npm run start

or

yarn start