This repository contains the source code for the BlazorDemo project. The aim of this project is to provide a step-by-step guide on how to build your first Microsoft Blazor application.
The BlazorDemo project was created as part of a comprehensive tutorial, which can be found on my blog and its corresponding video tutorial on YouTube. The BlazorDemo application includes components like EmployeeCard and EmployeeList, offering a practical overview of creating an employee list with Blazor.
Watch the tutorial on YouTube for a visual walkthrough of how the project was created: How to Build Your First Microsoft Blazor App: A Step-by-Step Guide
For further details and in-depth explanations, check out the blog article: How to Build Your First Microsoft Blazor App: A Step-by-Step Guide
To run the project locally on your machine, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/BlazorDemo.git
- Navigate to the project directory:
cd BlazorDemo
- Run the application:
dotnet watch run
Contributions are welcome! If you'd like to improve this project, open a pull request or report an issue.