daltskin / BlazorDualMode

A Blazor app setup for server-side hosting in development and client-side hosting in production

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Blazor app setup for server-side hosting in development and client-side hosting in production

License:MIT License


Languages

Language:C# 43.6%Language:HTML 40.3%Language:CSS 16.1%