Nx monorepo with Angular and NestJS applications. Swagger for NestJS and ng-openapi-gen for code generation for Angular.
npm i
npm run start
Angular will be exposed on localhost:4200 and Nest on localhost:3333.
Visit localhost:3333/api to see the Swagger UI.