DEV Community

Discussion on: Building full-stack web-applications with Angular, NestJS and Nx - a match made in heaven

Collapse
 
flyingmongoose profile image
FlyingMongoose • Edited

The line ng run client:build:production only works if you have angular-cli globally installed (I forgot this and didn't have it installed on a new machine), easy enough to fix.

Additionally, my-fullstack-project@0.0.0 nx /Users/hrichert/Projects/my-fullstack-project is not a line that works on Windows terminals (by default). It always needs an application, batch, or cmd file preceding it.

Personally I'd rather dev on *nix more often myself (but it's not always my choice)

Otherwise, great guide!