Skip to content

Commit 9c139f3

Browse files
committed
2 parents e6ad2c8 + 6f91fa2 commit 9c139f3

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

README.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@ Update the outputPath for the (nx build) to deploy the production paths to the w
115115
> [!NOTE]
116116
> When creating a new Angular nx project, it adds git files as well, delete these as this is not required.
117117

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+
118129
## Setup development
119130

120131
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
125136
> Always run in HTTPS, both in development and production
126137

127138
```
128-
nx server --ssl
139+
nx serve --ssl
129140
```
130141

131142
## Azure App Registration setup
@@ -273,20 +284,11 @@ nx migrate --run-migrations=migrations.json
273284

274285
## Links
275286

276-
https://learn.microsoft.com/en-us/aspnet/core/introduction-to-aspnet-core
277-
278-
https://nx.dev/getting-started/intro
279-
280-
https://github.com/AzureAD/microsoft-identity-web
281-
282-
https://github.com/isolutionsag/aspnet-react-bff-proxy-example
283-
284-
https://github.com/damienbod/bff-auth0-aspnetcore-angular
285-
286-
https://github.com/damienbod/bff-openiddict-aspnetcore-angular
287-
288-
https://github.com/damienbod/bff-azureadb2c-aspnetcore-angular
289-
290-
https://github.com/damienbod/bff-aspnetcore-vuejs
291-
292-
https://github.com/damienbod/bff-MicrosoftEntraExternalID-aspnetcore-angular
287+
- [SonarQube Cloud - Analyzing GitHub projects](https://docs.sonarsource.com/sonarcloud/getting-started/github/)
288+
- [rufer7 - github-sonarcloud-integration](https://github.com/rufer7/github-sonarcloud-integration)
289+
- [[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)
293+
- [damienbod - bff-aspnetcore-angular](https://github.com/damienbod/bff-aspnetcore-angular)
294+
- [[Webinar] End-to-end security in a web application](https://community.sonarsource.com/t/webinar-end-to-end-security-in-a-web-application/115405)

0 commit comments

Comments
 (0)