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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# OpenIddict BFF security architecture using ASP.NET Core and nx Angular standalone
1
+
# OpenIddict BFF security architecture using ASP.NET Core and Angular
2
2
3
3
[](https://github.com/damienbod/bff-openiddict-aspnetcore-angular/actions/workflows/dotnet.yml)[](https://github.com/damienbod/bff-openiddict-aspnetcore-angular/blob/main/bff/LICENSE)
4
4
@@ -9,7 +9,7 @@
9
9
Start the Angular project from the **ui** folder
10
10
11
11
```
12
-
nx serve --ssl
12
+
ng serve --ssl
13
13
```
14
14
15
15
Start the ASP.NET Core projects from the **server** folder and the **identityProvider**
@@ -26,16 +26,17 @@ Or just open Visual Studio and run the solution.
0 commit comments