Skip to content

Commit 995c504

Browse files
authored
Update README.md
1 parent c960bc4 commit 995c504

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,6 @@ In your command line with admin permissions run `choco install make`
4646

4747
In project path, open your favourite command line and run `npm install` in order to be able to run the project locally.
4848

49-
## Development server
50-
51-
Yo have 2 ways to run this project in dev mode:
52-
53-
**First**:
54-
- In your project path, open your favourite command line and run the follwing commands: `make build` then `make run` and finally `make log`. When the project is successfully compiled you can go to `http://localhost:4200/` in your browser. Remember you must have your Docker running.
55-
56-
**Second**:
57-
- 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. This method is usefull when you want to run a specific branch using less time but not recommended when doing QA.
58-
59-
In any case, the app will automatically reload if you change anything in the source files.
60-
6149
# Prepare your environment
6250

6351
### Set environment variables
@@ -87,6 +75,18 @@ Install the following extensions:
8775
- `Prettier - Code formatter`.
8876
- Go to user settings (`settings.json`) and enable formatting on save: `"editor.formatOnSave": true`.
8977

78+
## Development server
79+
80+
Yo have 2 ways to run this project in dev mode:
81+
82+
**First**:
83+
- In your project path, open your favourite command line and run the follwing commands: `make build` then `make run` and finally `make log`. When the project is successfully compiled you can go to `http://localhost:4200/` in your browser. Remember you must have your Docker running.
84+
85+
**Second**:
86+
- 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. This method is usefull when you want to run a specific branch using less time but not recommended when doing QA.
87+
88+
In any case, the app will automatically reload if you change anything in the source files.
89+
9090
### Commit messages format
9191
Commit messages' format follows the [Conventional Commits guidelines](https://www.conventionalcommits.org/en/v1.0.0/#summary) specification,
9292
and specifically we are relying on the [Angular commit specifications](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines) to bump the [semantic version](https://semver.org/) and generate app change log.

0 commit comments

Comments
 (0)