Update README.md on building app/ for production.
This commit is contained in:
parent
f32465aeaf
commit
60a5cd91c8
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user