Skip to content

Commit 10f656c

Browse files
authored
Merge pull request #40 from ioet/update-readme-deploy-info
#23 Update readme with deploy app process
2 parents 71c96c1 + 63e86ca commit 10f656c

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ This project was generated using [Angular CLI](https://github.com/angular/angula
66

77
### Node.js
88

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

1111
### Angular CLI
1212
Angular CLI is a Command Line Interface (CLI) to speed up your development with Angular.
1313

14-
Run `npm install -g @angular/cli` for install Angular CLI
14+
Run `npm install -g @angular/cli` to install Angular CLI
1515

1616
## Install Node Modules
1717

18-
Run `npm install` for install the node_modules.
18+
Run `npm install` to install the required node_modules for this project.
1919

2020
## Development server
2121

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.
2323
The app will automatically reload if you change anything in the source files.
2424

2525
## Code scaffolding
@@ -38,6 +38,14 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
3838

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

41+
## Deploy the app on Azure
42+
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.
44+
45+
You can visit the app in the following link:
46+
47+
[Time-Tracker](https://time-tracker-ui.azurewebsites.net/)
48+
4149
## Further help
4250

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

0 commit comments

Comments
 (0)