Examples for Blazor.
- Go to the folder of the example (where .csproj or .vbproj is located)
- Open the command line in that folder
- Execute
dotnet watch run
- Open the blazor examples in Visual Studio Code
- In VSCode, open a file in the root of the example folder (where .csproj or .vbproj is located)
- Use the build command. As a result the project will be started in watch mode and the browser will open.
- C#
- JavaScript Debugger (Nightly) with
debug.javascript.usePreview = true
.
European Union Public Licence version 1.2
Copyright © 2020-2023 Rick Beerendonk