2021-07-14 18:02:04 +02:00
# Monitor Dashboard
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
This project was generated with [Angular CLI ](https://github.com/angular/angular-cli ) version 7.3.10 and has been updated to 11.2.14.
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
## Install packages
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
Run npm install (maybe needs sudo), a script that will delete unused files from library will be run.
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
## Development server
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
Run `npm start` for a dev server. Navigate to `http://localhost:4600/dashboard` . The app will automatically reload if you change any of the source files.
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
## Build - CSR
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
Use the `npm run build-dev` for a development build.< br >
Use the `npm run build-beta` for a beta build.< br >
Use the `npm run build-prod` for a production build.
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
## Build - SSR
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
Use the `npm run build:ssr-dev` for a development build.< br >
Use the `npm run build:ssr-beta` for a beta build.< br >
Use the `npm run build:ssr-prod` for a production build.
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
## Run SSR
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
`npm run serve:ssr` will run the last server build.
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
## Webpack Analyzer
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
In order to analyze bundle size you can run `npm run webpack-bundle-analyzer`
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
## Running unit tests
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
Run `ng test` to execute the unit tests via [Karma ](https://karma-runner.github.io ).
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
## Running end-to-end tests
2019-10-24 09:44:29 +02:00
2021-07-14 18:02:04 +02:00
Run `ng e2e` to execute the end-to-end tests via [Protractor ](http://www.protractortest.org/ ).