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

https://github.com/kkumtree/blazor-frontend-web-app-tutorial


https://github.com/kkumtree/blazor-frontend-web-app-tutorial

blazor blazor-example

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Blazor App 101

## Introduction

- 생성형 AI에게 시켰다가 시간만 더 걸리는 바람에, 궁금해서 끄적여본 Blazor 튜토리얼 따라해보기
- Blazor는 C#으로 프론트 웹 애플리케이션을 개발할 수 있는 프레임워크입니다.
- 아래 문서들이 정리가 잘 되어 있어서, 리눅스 환경에서도 문제없이 구동이 되었습니다.

## References

- [Learn Frontend Web Development](https://dotnet.microsoft.com/ko-kr/learn/front-end-web-dev)
- [Install .NET on Linux / Ubuntu 24.04 LTS](https://learn.microsoft.com/ko-kr/dotnet/core/install/linux-ubuntu-install?tabs=dotnet8&pivots=os-linux-ubuntu-2404)
- [Blazor Tutorial](https://dotnet.microsoft.com/learn/aspnet/blazor-tutorial/intro)
- [Build a Blazor Todo List](https://learn.microsoft.com/ko-kr/training/modules/build-blazor-todo-list/)