Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.