Appearance
M2 Stack Ports
M2 apps and services modify the defaults ports the apps and services use.
This is done to avoid port conflicts with other apps and services that may be running on the same machine, and to create a familiar format which will give you and your team a better understanding of the apps and services that are running on your machine.
Stack Boilerplate Ports
Apps and services that are part of the M2 Stack boilerplate use the following ports:
| App/Service | Port |
|---|---|
| apps/electron-app | 11251 |
| apps/express-app | 11240 |
| apps/next-app | 11201 |
| apps/vite-app | 11204 |
| apps/vite-ssr | 11211 |
| apps/vite-ssr-app | 11292 |
| services/trpc | 11282 |
| services/firebase | 11291 |
| docs/codedoc-app | 11242 |
| docs/storybook-app | 11241 |
| docs/ladle-app | 11243 |
| docs/vitepress-app | 11244 |