Create application on Electron.js for monitors your system CPU
Clone this repository locally :
git cloneInstall dependencies with npm :
npm installRun for production :
npm startRun for develop (with nodemon) :
npm run devBuild release :
npm run package-macnpm run package-winnpm run package-linux