You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -7,24 +7,16 @@ Run `npm ci` to install the necessary dependencies.
7
7
8
8
## Development server
9
9
10
-
Run `ng serve` 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`.
10
+
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
15
11
16
12
## Build
17
13
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.
14
+
Run `npm build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
19
15
20
16
## Running unit tests
21
17
22
-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
18
+
Run `npm test` to execute the unit tests via [Karma](https://karma-runner.github.io).
23
19
24
20
## Running end-to-end tests
25
21
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 README](https://github.com/angular/angular-cli/blob/master/README.md).
22
+
Run `npm e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
0 commit comments