Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belchenkov/sys-top-electron
Create application on Electron.js for monitors your system CPU
https://github.com/belchenkov/sys-top-electron
css3 electron electron-log electron-packager html5 nodemon
Last synced: 5 days ago
JSON representation
Create application on Electron.js for monitors your system CPU
- Host: GitHub
- URL: https://github.com/belchenkov/sys-top-electron
- Owner: Belchenkov
- Created: 2020-06-13T03:19:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T17:52:07.000Z (about 2 years ago)
- Last Synced: 2023-03-01T00:37:00.367Z (over 1 year ago)
- Topics: css3, electron, electron-log, electron-packager, html5, nodemon
- Language: JavaScript
- Homepage: https://github.com/Belchenkov/sys-top-electron/releases
- Size: 2.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SysTop
> Create application on Electron.js for monitors your system CPU
### [Demo](https://github.com/Belchenkov/sys-top-electron/releases/tag/1.0.0)
## Getting Started
Clone this repository locally :
``` bash
git clone
```Install dependencies with npm :
``` bash
npm install
```Run for production :
``` bash
npm start
```Run for develop (with nodemon) :
``` bash
npm run dev
```Build release :
``` bash
npm run package-mac
```
``` bash
npm run package-win
```
``` bash
npm run package-linux
```