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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,18 +46,6 @@ In your command line with admin permissions run `choco install make`
46
46
47
47
In project path, open your favourite command line and run `npm install` in order to be able to run the project locally.
48
48
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
-
61
49
# Prepare your environment
62
50
63
51
### Set environment variables
@@ -87,6 +75,18 @@ Install the following extensions:
87
75
-`Prettier - Code formatter`.
88
76
- Go to user settings (`settings.json`) and enable formatting on save: `"editor.formatOnSave": true`.
89
77
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
+
90
90
### Commit messages format
91
91
Commit messages' format follows the [Conventional Commits guidelines](https://www.conventionalcommits.org/en/v1.0.0/#summary) specification,
92
92
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