Skip to content
This repository was archived by the owner on Jun 30, 2020. It is now read-only.

Commit eca9089

Browse files
AlexandraBuzilaeneufeld
authored andcommitted
Update README
- npm can be used instead of ng - remove deprecated paragraphs
1 parent 52b7765 commit eca9089

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,16 @@ Run `npm ci` to install the necessary dependencies.
77

88
## Development server
99

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.
1511

1612
## Build
1713

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.
1915

2016
## Running unit tests
2117

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).
2319

2420
## Running end-to-end tests
2521

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

Comments
 (0)