Build a web app with Blazor WebAssembly and Visual Studio Code
Learn how to set up your development environment and build your first WebAssembly app with Blazor, Visual Studio Code, and C#.
Learning objectives
In this module, you will:
- Configure your local environment for Blazor development with Visual Studio Code
- Create a new Blazor WebAssembly project
- Add client-side logic to a Blazor web app
Prerequisites
- Basic knowledge of web app concepts
- C# .NET experience at a beginner level