This project is a template for a lightweight responsive dashboard in Blazor.
It's based on the Blazor-Dashboard project available via github.
I've developed this admin template for my .net core projects.
The aim was to use Blazor (C#), Boostrap and the smallest amount of Javascript for development in server side mode.
I've implemented a simple State Manager that you can expand as you like.
Try to fill the input text in the Home or to increment the counter, you'll see the updated properties on the right card.
All the updates are made via State Manager methods.
The value of the Counter property is persisted via localStorage.
I've used the Blazor Storage Library for localStorage support.
This template is available under the MIT License.
- Clone or Download nbiada/BlazorLightboard
- open a Command Prompt or a shell
- change directory to the BlazorLightboard subfolder
dotnet run
- Access the dashboard through https://localhost:5001/