kopia lustrzana https://github.com/dceejay/electron-node-red
53fa50cd52 | ||
---|---|---|
.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.