Display CPU usage app build on electron js.
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
To run the app open the terminal run the command
npm run start
or
yarn start