{"id":20859164,"url":"https://github.com/fullstackhero/blazor-wasm-boilerplate","last_synced_at":"2025-04-12T21:33:56.467Z","repository":{"id":37832840,"uuid":"398179403","full_name":"fullstackhero/blazor-wasm-boilerplate","owner":"fullstackhero","description":"Clean Architecture Boilerplate Template for .NET 6.0 Blazor WebAssembly built for FSH WebAPI with the goodness of MudBlazor Components.","archived":false,"fork":false,"pushed_at":"2023-07-01T05:10:56.000Z","size":1685,"stargazers_count":541,"open_issues_count":39,"forks_count":323,"subscribers_count":40,"default_branch":"main","last_synced_at":"2025-04-10T04:22:33.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://fullstackhero.net/blazor-webassembly-boilerplate/general/getting-started/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fullstackhero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"open_collective":"fullstackhero","custom":["https://www.buymeacoffee.com/codewithmukesh"]}},"created_at":"2021-08-20T06:35:10.000Z","updated_at":"2025-04-08T14:46:25.000Z","dependencies_parsed_at":"2023-02-10T07:55:16.368Z","dependency_job_id":null,"html_url":"https://github.com/fullstackhero/blazor-wasm-boilerplate","commit_stats":{"total_commits":418,"total_committers":15,"mean_commits":"27.866666666666667","dds":0.5574162679425838,"last_synced_commit":"a3e3eeb70897e9bc9e6ce5d0d2b7a50800081620"},"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstackhero%2Fblazor-wasm-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstackhero%2Fblazor-wasm-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstackhero%2Fblazor-wasm-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstackhero%2Fblazor-wasm-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullstackhero","download_url":"https://codeload.github.com/fullstackhero/blazor-wasm-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248636837,"owners_count":21137527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T04:48:49.525Z","updated_at":"2025-04-12T21:33:56.446Z","avatar_url":"https://github.com/fullstackhero.png","language":"C#","funding_links":["https://opencollective.com/fullstackhero","https://www.buymeacoffee.com/codewithmukesh","https://www.buymeacoffee.com/codewithmukesh)!"],"categories":[],"sub_categories":[],"readme":"[![GitHub](https://img.shields.io/github/license/fullstackhero/blazor-wasm-boilerplate?color=2da44e\u0026style=flat-square)](https://github.com/fullstackhero/blazor-wasm-boilerplate/blob/main/LICENSE)\n[![Discord](https://img.shields.io/discord/878181478972928011?color=%237289da\u0026label=Discord\u0026logo=discord\u0026logoColor=%237289da\u0026style=flat-square)](https://discord.gg/yQWpShsKrf)\n[![Twitter](https://img.shields.io/twitter/follow/codewithmukesh?color=1DA1F2\u0026label=Twitter\u0026logo=Twitter\u0026style=flat-square)](https://twitter.com/codewithmukesh)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://codewithmukesh.com/wp-content/uploads/2022/02/fullstackhero-blazor-wasm-banner.png\" alt=\"fullstackhero\"\u003e\n\u003c/p\u003e\n\n# Blazor WebAssembly Boilerplate \nBuilt 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.\n\n## Goals\n\nThe 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.\n\n\u003e Note that this is a frontend / client application only! The backend for this application is available in a seperate repository. \n\u003e - Find fullstackhero's .NET 6 Web API Boilerplate here - https://github.com/fullstackhero/dotnet-webapi-boilerplate\n\n## Prerequisites\n\n- Make sure you have the API Running. Here is FSH Backend - https://github.com/fullstackhero/dotnet-webapi-boilerplate\n- Once fullstackhero's .NET 6 Web API is up and running, run the Blazor WebAssembly Project to consume it's services.\n\n## Getting Started\n\nOpen up your Command Prompt / Powershell and run the following command to install the solution template.\n\n```powershell\ndotnet new --install FullStackHero.BlazorWebAssembly.Boilerplate\n```\nor, if you want to use a specific version of the boilerplate, use\n\n```powershell\ndotnet new --install FullStackHero.BlazorWebAssembly.Boilerplate::0.0.1-rc\n```\nThis 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.\n\n\u003e *To get the latest version of the package, visit [nuget.org](https://www.nuget.org/packages/FullStackHero.BlazorWebAssembly.Boilerplate/)*\n\u003e\n\u003e *FullStackHero.BlazorWebAssembly.Boilerplate is now in pre-release state. You can find the latest version on NuGet.org*\n\n**FullStackHero.BlazorWebAssembly.Boilerplate::0.0.1-rc is compatible only with FullStackHero.WebAPI.Boilerplate::0.0.6-rc and above.**\n\nGet the .NET WebApi Boilerplate by running the following command\n\n```\ndotnet new --install FullStackHero.WebAPI.Boilerplate::0.0.6-rc\n```\n\nFor more details on getting started, [read this article](https://fullstackhero.net/blazor-webassembly-boilerplate/general/getting-started/)\n\n## Community\n\n- Discord [@fullstackhero](https://discord.gg/gdgHRt4mMw)\n- Facebook Page [@codewithmukesh](https://facebook.com/codewithmukesh)\n- Youtube Channel [@codewithmukesh](https://youtube.com/c/codewithmukesh)\n\n## Contributors\n\nSubmit your PR and join the elite list!\n\n\u003ca href=\"https://github.com/fullstackhero/blazor-wasm-boilerplate/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=fullstackhero/blazor-wasm-boilerplate\" /\u003e\n\u003c/a\u003e\n\n## License\n\nThis project is licensed with the [MIT license](LICENSE).\n\n## Support :star:\n\nHas this Project helped you learn something New? or Helped you at work?\nHere are a few ways by which you can support.\n\n-   Leave a star! :star:\n-   Recommend this awesome project to your colleagues. 🥇\n-   Do consider endorsing me on LinkedIn for ASP.NET Core - [Connect via LinkedIn](https://codewithmukesh.com/linkedin) 🦸\n-   Or, If you want to support this project in the long run, [consider buying me a coffee](https://www.buymeacoffee.com/codewithmukesh)! ☕\n\n\u003cbr\u003e\n    \n\u003ca href=\"https://www.buymeacoffee.com/codewithmukesh\"\u003e\u003cimg width=\"250\" alt=\"black-button\" src=\"https://user-images.githubusercontent.com/31455818/138557309-27587d91-7b82-4cab-96bb-90f4f4e600f1.png\" \u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstackhero%2Fblazor-wasm-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullstackhero%2Fblazor-wasm-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstackhero%2Fblazor-wasm-boilerplate/lists"}