logosteve's blog
GitHub Source·RSS Feed
Published on
March 9, 2024

Running Blazor WASM on GitHub Pages

Authors
  • Name
    Stephen Brown

Create a new Blazor WASM project

dotnet workload install wasm-tools

Add to git

Add these:

xml
<RunAOTCompilation>true</RunAOTCompilation>
<WasmStripILAfterAOT>true</WasmStripILAfterAOT>

Next Article

Creating Worklog Assistant - the background

Previous Article

Running MassTransit queues with KEDA
← Back to the blog