# blazor-wasm-boilerplate **Repository Path**: anydev/blazor-wasm-boilerplate ## Basic Information - **Project Name**: blazor-wasm-boilerplate - **Description**: Clean Architecture Boilerplate Template for .NET 6.0 Blazor WebAssembly built for FSH WebAPI with the goodness of MudBlazor Components. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dependabot/nuget/Microsoft.AspNetCore.Components.WebAssembly.DevServer-7.0.3 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-31 - **Last Updated**: 2024-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![GitHub](https://img.shields.io/github/license/fullstackhero/blazor-wasm-boilerplate?color=2da44e&style=flat-square)](https://github.com/fullstackhero/blazor-wasm-boilerplate/blob/main/LICENSE) [![Discord](https://img.shields.io/discord/878181478972928011?color=%237289da&label=Discord&logo=discord&logoColor=%237289da&style=flat-square)](https://discord.gg/yQWpShsKrf) [![Twitter](https://img.shields.io/twitter/follow/codewithmukesh?color=1DA1F2&label=Twitter&logo=Twitter&style=flat-square)](https://twitter.com/codewithmukesh)

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. > - Find fullstackhero's .NET 6 Web API Boilerplate here - https://github.com/fullstackhero/dotnet-webapi-boilerplate ## Prerequisites - Make sure you have the API Running. Here is FSH Backend - https://github.com/fullstackhero/dotnet-webapi-boilerplate - Once fullstackhero's .NET 6 Web API is up and running, run the Blazor WebAssembly Project to consume it's services. ## Getting Started Open up your Command Prompt / Powershell and run the following command to install the solution template. ```powershell dotnet new --install FullStackHero.BlazorWebAssembly.Boilerplate ``` or, if you want to use a specific version of the boilerplate, use ```powershell 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](https://www.nuget.org/packages/FullStackHero.BlazorWebAssembly.Boilerplate/)* > > *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](https://fullstackhero.net/blazor-webassembly-boilerplate/general/getting-started/) ## Community - Discord [@fullstackhero](https://discord.gg/gdgHRt4mMw) - Facebook Page [@codewithmukesh](https://facebook.com/codewithmukesh) - Youtube Channel [@codewithmukesh](https://youtube.com/c/codewithmukesh) ## Contributors Submit your PR and join the elite list! ## License This project is licensed with the [MIT license](LICENSE). ## Support :star: 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! :star: - Recommend this awesome project to your colleagues. 🥇 - Do consider endorsing me on LinkedIn for ASP.NET Core - [Connect via LinkedIn](https://codewithmukesh.com/linkedin) 🦸 - Or, If you want to support this project in the long run, [consider buying me a coffee](https://www.buymeacoffee.com/codewithmukesh)! ☕
black-button