This folder contains implementation of Blazor application with example of Overview feature using Data Grid component.
- instal .NET SDK from this website
NOTE: VS 2019 has better code highlighting and error detection than VS Code does.
-
open Visual Studio 2019 as an administrator
-
open the BlazorClientApp.sln solution
-
right click solution and select Restore NuGet Packages menu item
-
click Debug menu and select Start Debugging or press F5 key
-
open VS Code as an administrator
-
open this folder in VS Code
-
open a terminal window
-
to restore assemblies, run this command:
dotnet restore -
to run samples, run this command:
dotnet watch run -
wait for for message: Now listening on: http://localhost:4200
-
open http://localhost:4200 in your browser