This sample application showcases how easy it is to plug the Telerik Blazor components in your layout, data and models. It is insipred by other similar dashboard apps for Vue.js and Angular.
Bootstrap
for the layouts- the Telerik Blazor components for the UI elements
- dummy data, because, at the time of writing, the Octokit.NET package does not work under Blazor due to issues with async requests
To run this app locally, you need:
- to be able to run the latest Telerik UI for Blazor version (more details here)
- .NET 8 installed - you can download it from here
If you don't have a commercial license for UI for Blazor, start a trial and replace the package reference with Telerik.UI.for.Blazor.Trial
.
- open the
sln
file with VS 2022 - press
F5