Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```