We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bace81f commit 575f37aCopy full SHA for 575f37a
1 file changed
README.md
@@ -34,6 +34,15 @@ This repository hosts the source code for our .NET User Group Switzerland tour.
34
35
### Local development
36
37
+For local development environment setup proceed as follows:
38
+
39
+1. Check out the repository
40
+1. Install Angular CLI latest globally `npm install -g @angular/cli latest`
41
+1. Open `Bff.sln` in Visual Studio 2022 or later
42
+1. Set `Bff.AppHost` as startup project
43
+1. Run the project (F5)
44
+1. Open URL of `bffmicrosoftentraid-server` from the Aspire dashboard (usually `https://localhost:5001`)
45
46

47
48
### Production
0 commit comments