Skip to content

.NET 8 Blazor Server & WebAssembly Interactive Auto App with Tailwind

Notifications You must be signed in to change notification settings

NetCoreTemplates/blazor-wasm

Repository files navigation

blazor-wasm

.NET 8.0 Blazor Server and WebAssembly Tailwind App

Browse source code, view live demo blazor-wasm.web-templates.io and install with dotnet-new:

$ dotnet tool install -g x

$ x new blazor-wasm ProjectName

Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:

$ git clone https://github.com/<User>/<ProjectName>.git
$ cd <ProjectName>
$ x new blazor-wasm