Skip to content

guy-datacom/electron-node-red

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-node-red

This is an Electron template to embed Node-RED with a Dashboard generated by node-red-dashboard.

You can base off this model and update the package.json file to include your own required dependencies.

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/dceejay/electron-node-red.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

Learn more about Electron and its API in the documentation.

Use Node-RED command to run. Flows are stored in ~/.node-red.

If you build Node-RED package with community nodes, rename pakcage-pack.json to package.json.

See also

About

Electron Node-RED template

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%