Skip to content

Commit 7c90472

Browse files
committed
README
1 parent bddedf2 commit 7c90472

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,20 @@ dotnet watch
2525

2626
## Architecture
2727

28-
![](https://github.com/ServiceStack/docs.servicestack.net/blob/main/MyApp/wwwroot/img/pages/react/next-static-info.webp)
29-
3028
### Hybrid Development Approach
3129

3230
**Development Mode:**
31+
32+
![](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/wwwroot/img/pages/react/info/react-static-dev.svg)
33+
3334
- ASP.NET Core proxies requests to Vite dev server (running on port 5173)
3435
- Hot Module Replacement (HMR) support for instant UI updates
3536
- WebSocket proxying for Vite HMR functionality
3637

3738
**Production Mode:**
39+
40+
![](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/wwwroot/img/pages/react/info/react-static-dev.svg)
41+
3842
- Vite React app is statically exported to `/dist`
3943
- Static files served directly from ASP.NET Core's `/wwwroot`
4044
- No separate Node.js server required in production

0 commit comments

Comments
 (0)