Skip to content

Belchenkov/sys-top-electron

Repository files navigation

SysTop

Create application on Electron.js for monitors your system CPU

Getting Started

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