Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
randelramirez committed Aug 23, 2024
1 parent f20aecc commit b43138b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ The following article describes the implementation details: [Backend For Fronten
4.) Implement Refresh Token ✅ <br>
5.) Migrate ClientApp from CRA to Vite (React/TypeScript) ✅ <br>
6.) Create separate branch /or change controllers to minimal api (endpoints) <br>
7.) Create a version where the client app is hosted with ASP.NET Core(UseProxyToSpaDevelopmentServer) <br>
7.) Create a version where the client app and ASP.NET Core(UseProxyToSpaDevelopmentServer) are using the same port ✅<br>
7.) Create a version where the client app is hosted on Razor page<br>


[Spa Proxy](https://www.infoq.com/articles/dotnet-spa-templates-proxy/)
Expand All @@ -32,4 +33,4 @@ Advantages of this new approach include:


ViteProxy = uses front end proxy <br>
UseProxyToSpaDevelopment = front end is serve in the same port as ASP.NET Core <br>
UseProxyToSpaDevelopment = front end is serve in the same port as ASP.NET Core <br>

0 comments on commit b43138b

Please sign in to comment.