/workbench

Electron Node-RED template

Primary LanguageJavaScriptOtherNOASSERTION

Workbench

This is an Electron application to embed Node-RED with a Dashboard generated by node-red-dashboard. It also includes ngrok to expose your node red server to the internet for incomming webhooks

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/sammachin/workbench.git
# Go into the repository
cd electron-node-red
# Install dependencies and run the app
npm install && npm start

TL:DR - building runtimes

You can run npm run build to build binaries of "everything".

Builds are created in the dist directory.

Packaging your application

# build for OSX 64 bits
npm run build:osx

# build for Windows 64 bits
npm run build:win64

# build for Linux 64 bits
npm run build:linux64

License Apache 2-0