Skip to content

nilum2002/NODE-RED-Tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Node-RED

Node Red Tutorials for Absolute Beginners!

This repo we will discuss how to make a Dashboard using NODE-RED without a coding knowladge...!
This is a part of school workshops in SLIoT challenge 26.

How to set up :

First Clone the repository.

git clone "https://github.com/nilum2002/NODE-RED-Tutorials"

🚀 Installing Node-RED

Node-RED runs on Windows, macOS, and Linux (Ubuntu). Follow the steps for your operating system.


🪟 Windows

1️⃣ Install Node.js (LTS – Recommended)

Verify installation:

node -v
npm -v

2️⃣ Install Node-RED using npm

npm install -g --unsafe-perm node-red

3️⃣ Run Node-RED

node-red

Open your browser and go to:

http://localhost:1880

🍎 macOS

1️⃣ Install Node.js

Option A: Using Homebrew (Recommended)

Install Homebrew (if not installed):

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install Node.js:

brew install node

Verify:

node -v
npm -v

2️⃣ Install Node-RED

npm install -g --unsafe-perm node-red

3️⃣ Run Node-RED

node-red

Access:

http://localhost:1880

🐧 Ubuntu / Linux

1️⃣ Install Node.js (LTS)

Using NodeSource (recommended):

curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt install -y nodejs

Verify:

node -v
npm -v

2️⃣ Install Node-RED

sudo npm install -g --unsafe-perm node-red

3️⃣ Run Node-RED

node-red

Open:

http://localhost:1880

Import Tutorials.

Go to import and import one by one and try. image

About

NODE RED for SLIOT workshops

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors