1
|
# CodeBakers - SensLog
|
2
|
You need to have [npm](https://www.npmjs.com/get-npm) and [ng cli](https://cli.angular.io/) installed!
|
3
|
|
4
|
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.3.
|
5
|
|
6
|
Before development run `npm install` in root to download libraries.
|
7
|
|
8
|
## Development server
|
9
|
|
10
|
Run `npm run start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
|
11
|
|
12
|
## Code scaffolding
|
13
|
|
14
|
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
|
15
|
|
16
|
## Build
|
17
|
|
18
|
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
|
19
|
|
20
|
## Running unit tests
|
21
|
|
22
|
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
23
|
|
24
|
## Running end-to-end tests
|
25
|
|
26
|
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
|
27
|
|
28
|
## Further help
|
29
|
|
30
|
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.
|