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
- Host: GitHub
- URL: https://github.com/kkumtree/blazor-frontend-web-app-tutorial
- Owner: kkumtree
- License: mit
- Created: 2025-06-21T06:07:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T13:08:31.000Z (8 months ago)
- Last Synced: 2025-07-02T10:53:42.228Z (8 months ago)
- Topics: blazor, blazor-example
- Language: CSS
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)