This guide will help you run a sample Blazor project from GitHub. It is a ready-to-use application with several live Flexmonster demos. Get the sample project to try out Flexmonster.
To integrate with an existing Blazor project, see integration with Blazor.
Download a .zip
archive with the sample project or clone it from GitHub with the following commands:
git clone https://github.com/flexmonster/pivot-blazor cd pivot-blazor
Run the sample project from the console:
cd Flexmonster.Blazor.Sample dotnet run
Open http://localhost:5000/
in your browser to see the result. The application can be shut down manually with Ctrl + C
.
Our sample Blazor project contains several examples:
You can try all of these examples on the project’s starting page.
Integrate with an existing Blazor project or adjust the sample project to your needs: