forked fromnatcl/electron-node-red
- Notifications
You must be signed in to change notification settings - Fork3
sammachin/workbench
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 clone and run this repository you'll needGit andNode.js (which comes withnpm) installed on your computer. From your command line:
# Clone this repositorygit clone https://github.com/sammachin/workbench.git# Go into the repositorycd electron-node-red# Install dependencies and run the appnpm install&& npm start
You can runnpm run build
to build binaries of "everything".
Builds are created in thedist
directory.
# build for OSX 64 bitsnpm run build:osx# build for Windows 64 bitsnpm run build:win64# build for Linux 64 bitsnpm run build:linux64
LicenseApache 2-0
About
Electron Node-RED template
Resources
License
Stars
Watchers
Forks
Packages0
No packages published
Languages
- JavaScript83.9%
- HTML15.8%
- CSS0.3%