[Chore] change the default port numbers
#161 opened on Mar 17, 2023
Repository metrics
- Stars
- (973 stars)
- PR merge metrics
- (PR metrics pending)
Description
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 with npm start on Codespaces locally, I didn't pay attention to logs. When visiting localhost: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