Create application on Electron.js for monitors your system CPU
Clone this repository locally :
git clone
Install dependencies with npm :
npm install
Run for production :
npm start
Run for develop (with nodemon) :
npm run dev
Build release :
npm run package-mac
npm run package-win
npm run package-linux