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.
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
This project uses the following license -> MIT License