This commit is contained in:
Ben Wilson
2023-07-21 22:50:03 -04:00

View File

@@ -2,6 +2,10 @@
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.3.
## Dependencies
Requires [Public-Pool](https://github.com/benjamin-wilson/public-pool) to be running
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
@@ -25,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
```