Need a special offer?Find out if your project fits.
+
  1. API reference
  • Introduction
  • Connecting to Data Source
  • Browser compatibility
  • Documentation for older versions
  • Table of contents

    Sample Blazor project

    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.

    Prerequisites

    Step 1. Get the sample Blazor project

    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

    Step 2. Run the project

    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.

    Step 3. Check out usage examples

    Our sample Blazor project contains several examples:

    You can try all of these examples on the project’s starting page.

    What's next?

    Integrate with an existing Blazor project or adjust the sample project to your needs: