Skip to content

Commit 575f37a

Browse files
committed
Add howto for local development environment setup to README
1 parent bace81f commit 575f37a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ This repository hosts the source code for our .NET User Group Switzerland tour.
3434

3535
### Local development
3636

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+
3746
![BFF development](https://github.com/secure-web-apps/EndToEndSecurityWeb/blob/main/images/images/bff-arch-development_01.drawio.png)
3847

3948
### Production

0 commit comments

Comments
 (0)