[Chore] change the default port numbers
#161 opened on 2023/03/17
Repository metrics
- Stars
- (973 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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