Update README.md on building app/ for production.

This commit is contained in:
Marsell Kukuljevic 2021-04-28 14:11:56 +02:00
parent f32465aeaf
commit 60a5cd91c8
1 changed files with 7 additions and 1 deletions

View File

@ -55,7 +55,13 @@ Then install the Angular compiler needed for the client-side app:
## Build the client-side app:
pushd app && npm run build && popd
For development:
pushd app && ng build && popd
For production (shakes tree and minifies to get smaller size):
pushd app && ng build --prod && popd
## Generate server certificates