Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danroth27/blazordualmode
A Blazor app setup for server-side hosting in development and client-side hosting in production
https://github.com/danroth27/blazordualmode
Last synced: 6 days ago
JSON representation
A Blazor app setup for server-side hosting in development and client-side hosting in production
- Host: GitHub
- URL: https://github.com/danroth27/blazordualmode
- Owner: danroth27
- License: mit
- Created: 2019-06-16T01:24:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T13:43:42.000Z (about 5 years ago)
- Last Synced: 2024-11-01T13:51:37.296Z (13 days ago)
- Language: C#
- Size: 217 KB
- Stars: 21
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor dual model
A Blazor app setup for server-side hosting in development and client-side hosting in production.
In development in Visual Studio the project will run as a server-side Blazor app so you can debug.
If you switch the environment to Production (i.e. by setting the ASPNETCORE_ENVIRONMENT environment variable to "Production") the app will run as a client-side Blazor app on WebAssembly.