Update README.md

This commit is contained in:
Benjamin Wilson
2023-07-17 00:25:45 -04:00
committed by GitHub
parent 6ff1b356d3
commit 8b8458832b

View File

@@ -29,3 +29,11 @@ Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To u
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
## Deployment
Install pm2 (https://pm2.keymetrics.io/)
```bash
$ pm2 serve --spa dist/public-pool-ui/ 3335 --name ui
```