NethServer / nethlink

https://nethesis.github.io/nethlink
0 stars 0 forks source link

neth-connector-electron

An Electron application with React and TypeScript

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

Release

# For major
$ npm run publish:major

# For minor
$ npm run publish:minor

# For patch
$ npm run publish:patch