This browser application will allows you to browse all samples of the IgniteUI for Blazor in a single website.
- Bullet Graph, Linear Gauge, Radial Gauges
- Data Chart, Category Chart, Financial Chart, Pie Chart
- Data Grid / Data Table
- Geographic Map
- Treemap
- Excel Spreadsheet
- Excel Library
- and many more
NOTE: You should use master branch of this repository if you want to run samples on your computer. Use the vnext branch only when you want to contribute new samples to this repository.
-
check out the master branch
-
open VS Code as Administrator
-
open the ./browser/IgBlazorSamples.Gulp folder
-
select View - Terminal menu item
-
type
npm install
command in terminal window -
type
gulp copySamplesToClient
command in terminal window -
close VS Code
-
open VS 2019 or VS 2022
-
open
IgBlazorSamplesBrowser.sln
file -
restore packages on the solution
-
build and run the IgBlazorSamples.Client project
-
Wait until the build/run is completed with the IgBlazorSamples.Client project set as the startup project and Visual Studio should open the your browser automatically. You should see a website with navigation menu for browning all samples in this repository.