/blazor-web

Blazor is a hot topic amongst the .NET Technical Community, but what is it and why should I be interested in it? Let's learn what Blazor is and how you can use it to make your web applications.

Primary LanguageHTMLMIT LicenseMIT

Blazor | Build client web apps with C# | .NET

GitHub license GitHub repo size Twitter Follow

Getting Started

The future of .NET Web Apps : Blazor First Look

Use the power of .NET and C# to build full stack web apps without writing a line of JavaScript.

How to Use

Step 1:

Download or clone this repo by using the link below:

https://github.com/Jadhielv/blazor-web.git

Step 2 (Check everything installed correctly):

Once you've installed, open a new command prompt and run the following command:

dotnet

Step 3:

Build the project and its dependencies

dotnet build

Step 4:

Run the project:

dotnet run

License

This project uses the following license -> MIT License