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
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,20 @@ This project was generated using [Angular CLI](https://github.com/angular/angula
6
6
7
7
### Node.js
8
8
9
-
We can install Node.js from [https://nodejs.org/en/download/] but we recommend that you install it using Node Version Management [https://github.com/nvm-sh/nvm] (v12.16.1 LTS).
9
+
Install Node.js from [https://nodejs.org/en/download/] but we recommend that you install it using Node Version Management [https://github.com/nvm-sh/nvm] (v12.16.1 LTS).
10
10
11
11
### Angular CLI
12
12
Angular CLI is a Command Line Interface (CLI) to speed up your development with Angular.
13
13
14
-
Run `npm install -g @angular/cli`for install Angular CLI
14
+
Run `npm install -g @angular/cli`to install Angular CLI
15
15
16
16
## Install Node Modules
17
17
18
-
Run `npm install`for install the node_modules.
18
+
Run `npm install`to install the required node_modules for this project.
19
19
20
20
## Development server
21
21
22
-
Run `ng serve` to run the app in a dev mode, after executing this command you can navigate to `http://localhost:4200/` to see the app working.
22
+
Run `ng serve` to run the app in dev mode. After executing this command, you can navigate to `http://localhost:4200/` to see the app working.
23
23
The app will automatically reload if you change anything in the source files.
24
24
25
25
## Code scaffolding
@@ -40,10 +40,9 @@ Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protrac
40
40
41
41
## Deploy the app on Azure
42
42
43
-
The app deploy is automatic after each pull request is merged in master. For this, it is necessary that each pull
44
-
request meets at least 80% of the coverage tests.
43
+
The app deployment is automatically executed after each pull request is merged in master. That's wht it is necessary that each pull request meets at least 80% of test coverage.
0 commit comments