- src/client <-- Angular 5+
- src/server <-- NestJS
- src/shared <-- Shared between apps
![]() |
|
- REST API
- WebSockets
npm install- Development port is on: 4200 ( inherited from angular-cli )
In development, every controller ( route ) from NestJS must be mapped in proxy.conf.json
npm start- Production port is specified in .env ( default to 5400 )
npm run build:universal# test production
npm run serve:universal
