mirror of
https://github.com/benjamin-wilson/public-pool-ui.git
synced 2025-07-28 07:32:12 +02:00
Merge branch 'master' of https://github.com/benjamin-wilson/public-pool-ui
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user