You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clean NX workspace setup generated for Angular + NestJS, with `npx create-nx-workspace happynrwl --preset=angular-nest`, then `nx migrate latest`. Use as a reference point for all those times where the configuration gets messed up 😏.
A (semi-)minimal workspace for testing things out 🐭
The stack consists of Angular in front, NestJS (rspack) + Prisma + PostgreSQL on the back, Cypress + Cucumber for testing and NX springled on top for QOL.
About
A clean NX workspace setup generated for Angular + NestJS, with `npx create-nx-workspace happynrwl --preset=angular-nest`, then `nx migrate latest`. Use as a reference point for all those times where the configuration gets messed up 😏.