Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jadhielv/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.
https://github.com/jadhielv/blazor-web

blazor csharp dotnet-core razor razor-pages

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

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

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Jadhielv/blazor-web/blob/master/LICENSE)
![GitHub repo size](https://img.shields.io/github/repo-size/jadhielv/blazor-web)
[![Twitter Follow](https://img.shields.io/twitter/follow/jadhielv?style=social)](https://twitter.com/intent/follow?screen_name=jadhielv)

## 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](LICENSE)