Project

General

Profile

1
# Usage Counts
2

    
3
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.
4

    
5
## Install packages
6

    
7
Run npm install (maybe needs sudo), a script that will delete unused files from library will be run.
8

    
9
## Development server
10

    
11
Run `npm start` for a dev server. Navigate to `http://localhost:4800/`. The app will automatically reload if you change any of the source files.
12

    
13
## Build - CSR
14

    
15
Use the `npm run build-dev` for a development build.<br>
16
Use the `npm run build-beta` for a beta build.<br>
17
Use the `npm run build-prod` for a production build.
18

    
19
## Webpack Analyzer
20

    
21
In order to analyze bundle size you can run `npm run webpack-bundle-analyzer`
22

    
23
## Running unit tests
24

    
25
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
26

    
27
## Running end-to-end tests
28

    
29
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
(2-2/6)