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é 8ac2f67dba Updated readme 2016-03-09 16:59:34 -05:00
.gitignore Added files 2016-03-09 16:54:20 -05:00
LICENSE.md First commit 2016-03-09 16:49:41 -05:00
README.md Updated readme 2016-03-09 16:59:34 -05:00
flows.json Added files 2016-03-09 16:54:20 -05:00
index.html First commit 2016-03-09 16:49:41 -05:00
main.js Added files 2016-03-09 16:54:20 -05:00
package.json First commit 2016-03-09 16:49:41 -05:00

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)