Files
angular-nestJs-prisma/README.md
2026-03-26 11:01:01 +02:00

307 B

PrismaNestAngular

https://arcadioquintero.com/en/blog/achieving-type-safety-across-angular-and-nestjs-with-prismas-new-generator

Run tasks

Run frontend:

pnpm nx serve web-app

Run backend:

pnpm nx serve web-app

To create a production bundle:

pnpm nx build web-app