Flow does not start

Hello,

I downloaded the flow "PWM Control LED" from the Node-Red page [https://flows.nodered.org/?term=gpio&num_pages=1 ] and imported:
But if I will start the flow with: "localhost:1880/ui" I get the message:
"Please add some UI nodes to your flow and redeploy."
and with F12:

You are using the ngTouch module. 
AngularJS Material already has mobile click, tap, and swipe support... 
ngTouch is not supported with AngularJS Material! app.min.js:148:303
Rendered http://192.168.1.13:1880/ui/css/app.min.less successfully. app.min.js:532:12831
CSS for http://192.168.1.13:1880/ui/css/app.min.less generated in 396ms app.min.js:532:12831
Less has finished. CSS generated in 396ms app.min.js:532:12831
Source-Map-Fehler: Error: request failed with status 404
Ressourcen-Adresse: http://192.168.1.13:1880/ui/js/app.min.js
Source-Map-Adresse: angular-chart.min.js.map

Version:
nodejs = 12.13.0
node-red = 1.0.2
Raspberry = Raspian buster

Kind Regards
Juergen B.

That flow has not got any dashboard nodes to display anything, so there is isn't anything to display. All it does is drive a gpio pin to various values by clicking the inject nodes.

Hello,
thank you for your answer.
Now I see clearly.
I did not know that with the "dashboard node".

Kind Regards
Juergen B.