This is an Electron template to embed Node-RED with an existing Node-RED project to create a native application.
 
 
Go to file
Nathanaël Lécaudé 53fa50cd52 Updated dependencies to allow more flexibility 2016-04-20 08:55:23 -04:00
.gitignore
LICENSE.md
README.md
flows.json
main.js
package.json

README.md

electron-node-red

This is an Electron template to embed Node-RED with a UI generated by node-red-contrib-ui

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/natcl/electron-node-red.git
# Go into the repository
cd electron-node-red
# Install dependencies and run the app
npm install && npm start

Learn more about Electron and its API in the documentation.

License CC0 (Public Domain)