Flexmonster Software License Agreement (“Agreement”) has been significantly revised and is effective as of September 30, 2024.
The following modifications were made:
The modified version of Flexmonster Software License Agreement is available here.
Downloading, installing, and/or continuing to use Flexmonster Software after September 30, 2024, constitutes Licensee’s acceptance of the terms and conditions of the modified version of Flexmonster Software License Agreement. If Licensee does not agree to any of these terms and conditions, they must cease using Flexmonster Software and must not download, install, use, access, or continue to access Flexmonster Software. By continuing to use Flexmonster Software or renewing the license under License Model or Maintenance after the effective date of any modifications to Agreement, Licensee accepts and agrees to be bound by the terms and conditions of the modified Agreement.
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 Flexmonster into an existing Blazor project, see integration with Blazor.
To get our sample project, download it as ZIP or clone it 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 project is based on a Blazor WebAssemly template project, so most of the project’s files are the same as in the template. Learn more about the Blazor WebAssembly project structure.
Now take a look at the files specific to our sample project:
Flexmonster.Blazor.Sample/Shared/
— menus and toggle elements used in the sample project.Flexmonster.Blazor.Sample/Pages/
— demos that cover different aspects of Flexmonster usage in Blazor:
PivotTableDemo.razor
)HandlingEvents.razor
)UsingApiCalls.razor
)UpdatingData.razor
)Learn more about how these demos work: Usage examples.
Integrate into an existing Blazor project or adjust the sample project to your needs: