23 lines
307 B
Markdown
23 lines
307 B
Markdown
# 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
|
|
```
|
|
|