[ ] Regression
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Currently neither this Introduction page in the doc nor the logs for the apps show the port on which the app is running. I had to dig into the next layer of docs to discover that its localhost:3000. This info isn't self-evident to a new dev & makes for a bewildering initial experience.
Add app serving address to the Introduction page and to the app logs.
Follow installation instructions in the Introduction page.
Better experience for developers new to the framework.
Nest version: 5.8.0
You can just put your port as the first argument when starting the server.
Ah, now I know but the problem still stands, it's still not self-evident to someone new.
Well, all Node.js developers should know that the default port is 3000.
I do agree, but instead the logger should output which protocol, host and port the server has been started on as well.
Coolio.
We are doing our best to make guides as good as possible. Please, give us some time since it costs somewhat effort :)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Well, all Node.js developers should know that the default port is 3000.
I do agree, but instead the logger should output which protocol, host and port the server has been started on as well.