An example solution showing off a Desktop Application using Blazor Server and WebWindow.
This repository is a prof of concept I created to show that using .NET you can create a Desktop application, without having to use other tech outside of .NET.
To get a local copy up and running follow these simple steps.
- .NET Core 3.1+
- Clone the repo
git clone git@github.com:canhorn/EventHorizon.Desktop.Blazor.git
- Run the Desktop Client
dotnet run --project ./EventHorizon.Desktop.Blazor.Client/EventHorizon.Desktop.Blazor.Client.csproj
Distributed under the MIT License. See LICENSE
for more information.
Cody Merritt Anhorn - @CodyAnhorn - cody.anhorn@hotmail.com