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
+20-18Lines changed: 20 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,17 @@ Update the outputPath for the (nx build) to deploy the production paths to the w
115
115
> [!NOTE]
116
116
> When creating a new Angular nx project, it adds git files as well, delete these as this is not required.
117
117
118
+
## Prerequisites
119
+
120
+
Node >= v24.10.0
121
+
122
+
```cmd
123
+
npm add --global nx
124
+
npm install @angular/cli -g latest
125
+
npm install --force
126
+
npm run build
127
+
```
128
+
118
129
## Setup development
119
130
120
131
The development environment is setup to use the default tools for each of the tech stacks. Angular nx is used like recommended. I use Visual Studio code. A YARP reverse proxy is used to integrate the Angular development into the backend application.
@@ -125,7 +136,7 @@ The development environment is setup to use the default tools for each of the te
125
136
> Always run in HTTPS, both in development and production
- [[HOWTO] Integrate SonarCloud analysis in an Azure DevOps YAML pipeline](https://blog.rufer.be/2023/10/06/howto-integrate-sonarcloud-analysis-in-an-azure-devops-yaml-pipeline/)
290
+
- [Sonar Community - Code coverage report for .Net not working on Linux agent](https://community.sonarsource.com/t/code-coverage-report-for-net-not-working-on-linux-agent/62087)
291
+
- [SonarScanner for .NET - Analyzing languages other than C# and VB](https://docs.sonarsource.com/sonarcloud/advanced-setup/ci-based-analysis/sonarscanner-for-net/#analyzing-languages-other-than-c-and-vb)
292
+
- [Andrei Epure - How to analyze JS/TS, HTML and CSS files with the Sonar Scanner for .NET](https://andreiepure.ro/2023/08/20/analyze-web-files-with-s4net.html)
0 commit comments