Copyright Orange - 2019 - Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) - https://creativecommons.org/licenses/by-sa/3.0/
On Windows to install Node-Red and dashboard module you can follow that video https://www.youtube.com/watch?v=hEpeobDyj8k
- go to https://nodejs.org/en/ and install Node-RED
- on Windows, open CMD.exe as an administrator
- install Node-RED
npm install -g --unsafe-perm node-red
- launch Node-RED
node-red
You will find Note-RED at http://localhost:1880
To install dashboard module, open the menu at the top right and open "Manage palette" menu
then open "Install" tab , search "node-red-dashboard" and install it
You will find Dashboard at http://localhost:1880/ui