Skip to content

Clean Architecture Boilerplate Template for .NET 6.0 Blazor WebAssembly built for FSH WebAPI with the goodness of MudBlazor Components.

License

Notifications You must be signed in to change notification settings

messirmessirmessir/blazor-wasm-boilerplate

 
 

Repository files navigation

GitHub Discord Twitter

fullstackhero

Blazor WebAssembly Boilerplate

Built with .NET 6.0 and the goodness of MudBlazor Component Library. Incorporates the most essential Packages your projects will ever need. Follows Clean Architecture Principles.

Goals

The goal of this repository is to help developers / companies kickstart their Web Application Development with a pre-built Blazor WebAssembly Boilerplate that includes several much needed components and features.

Note that this is a frontend / client application only! The backend for this application is available in a seperate repository.

Prerequisites

Getting Started

Open up your Command Prompt / Powershell and run the following command to install the solution template.

dotnet new --install FullStackHero.BlazorWebAssembly.Boilerplate

or, if you want to use a specific version of the boilerplate, use

dotnet new --install FullStackHero.BlazorWebAssembly.Boilerplate::0.0.1-rc

This would install the fullstackhero Blazor WebAssembly Boilerplate template globally on your machine. Do note that, at the time of writing this documentation, the latest available version is 0.0.1-rc which is also one of the first stable pre-release version of the package. It is highly likely that there is already a newer version available when you are reading this.

To get the latest version of the package, visit nuget.org

FullStackHero.BlazorWebAssembly.Boilerplate is now in pre-release state. You can find the latest version on NuGet.org

FullStackHero.BlazorWebAssembly.Boilerplate::0.0.1-rc is compatible only with FullStackHero.WebAPI.Boilerplate::0.0.6-rc and above.

Get the .NET WebApi Boilerplate by running the following command

dotnet new --install FullStackHero.WebAPI.Boilerplate::0.0.6-rc

For more details on getting started, read this article

Community

Contributors

Submit your PR and join the elite list!

License

This project is licensed with the MIT license.

Support ⭐

Has this Project helped you learn something New? or Helped you at work? Here are a few ways by which you can support.

  • Leave a star! ⭐
  • Recommend this awesome project to your colleagues. 🥇
  • Do consider endorsing me on LinkedIn for ASP.NET Core - Connect via LinkedIn 🦸
  • Or, If you want to support this project in the long run, consider buying me a coffee! ☕

black-button

About

Clean Architecture Boilerplate Template for .NET 6.0 Blazor WebAssembly built for FSH WebAPI with the goodness of MudBlazor Components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 82.0%
  • HTML 16.9%
  • Other 1.1%