Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jadhielv/blazor-web
- Owner: Jadhielv
- License: mit
- Created: 2019-10-02T03:32:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T04:09:09.000Z (about 1 year ago)
- Last Synced: 2023-11-21T05:26:06.708Z (about 1 year ago)
- Topics: blazor, csharp, dotnet-core, razor, razor-pages
- Language: HTML
- Homepage:
- Size: 285 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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)