Initial project template
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user