Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 3.18 KB

File metadata and controls

67 lines (43 loc) · 3.18 KB

This folder contains implementation of Blazor application with example of Overview feature using Data Grid component.

View Docs View Code Run Sample

Setup

  • instal .NET SDK from this website

Running App in Visual Studio 2019

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

Running App in VS Code

  • 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

Resources