[Chore] change the default port numbers #161
Labels
good first issue
Good for newcomers
priority: P1
Medium priority
scope: setup
Taks relative to project setup
When running all services (local dev) using
npm start
, if any of the default ports are not available, the error message gets lost in the logs and the user will not see it.I encountered this issue recently: I had a different Next application running on default port
3000
. The I started Contoso withnpm start
on Codespaces locally, I didn't pay attention to logs. When visitinglocalhost:3000
I was expecting to access the blob application, but instead I was accessing my other Next application.I suggest we change the default port of:
strapi (cms):
core tools (api)
swa cli (portal)
angular (portal)
next (blog)
change Docker config
update readme.md
The text was updated successfully, but these errors were encountered: