Initial project template

This commit is contained in:
Toni Koskinen
2026-03-26 11:01:01 +02:00
commit 1786acc75c
59 changed files with 18738 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# PrismaNestAngular
https://arcadioquintero.com/en/blog/achieving-type-safety-across-angular-and-nestjs-with-prismas-new-generator
## Run tasks
Run frontend:
```sh
pnpm nx serve web-app
```
Run backend:
````sh
pnpm nx serve web-app
````
To create a production bundle:
```sh
pnpm nx build web-app
```