|
|
# Your First Flow
|
|
|

|
|
|

|
|
|
|
|
|
After starting a browser, navigate to `http://<your_url>:1880` to reach node-RED.
|
|
|
The window has three important areas:
|
... | ... | @@ -7,7 +7,7 @@ The window has three important areas: |
|
|
* On the right, there are different tools, we are going to use the debug window (click on the little bug icon) first.
|
|
|
* In the middle we are going to create our `flow`.
|
|
|
|
|
|

|
|
|

|
|
|
|
|
|
* Now drag an `inject` node and a `debug` node to the flow.
|
|
|
* Connect the nodes by clicking and holding the little circle on the right ide of the blue `inject` node, and drop the virtual cable on the circle on the left ide of the green `debug` node.
|
... | ... | |