Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinyoo/gh-universe-recap
GitHub Copilot으로 ASP.NET Blazor 애플리케이션을 아주 손쉽게 만들 수 있습니다! 30분 만에 만들어 보는 Blazor 앱 한 번 느껴보세요!
https://github.com/justinyoo/gh-universe-recap
asp-net blazor dotnet github-codespaces github-copilot
Last synced: about 2 months ago
JSON representation
GitHub Copilot으로 ASP.NET Blazor 애플리케이션을 아주 손쉽게 만들 수 있습니다! 30분 만에 만들어 보는 Blazor 앱 한 번 느껴보세요!
- Host: GitHub
- URL: https://github.com/justinyoo/gh-universe-recap
- Owner: justinyoo
- License: mit
- Created: 2023-12-10T13:18:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T13:30:58.000Z (about 1 year ago)
- Last Synced: 2024-05-01T23:32:38.239Z (8 months ago)
- Topics: asp-net, blazor, dotnet, github-codespaces, github-copilot
- Language: CSS
- Homepage:
- Size: 10.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Universe Recap Korea - GitHub Copilot with Blazor
GitHub Copilot으로 ASP.NET Blazor 애플리케이션을 아주 손쉽게 만들 수 있습니다! 30분 만에 만들어 보는 Blazor 앱 한 번 느껴보세요!
이 리포지토리는 지난 [.NET Conf 2023 – Student Zone](https://learn.microsoft.com/ko-kr/training/student-hub/net-conf-student-zone?WT.mc_id=dotnet-113932-juyoo)에서 발표했던 내용을 짧게 줄여본 것입니다.
## Prerequisites
- [GitHub Account](https://github.com/signup)
- [GitHub Copilot Subscription](https://docs.github.com/ko/copilot)
- [.NET 8 SDK](https://dotnet.microsoft.com/ko-kr/download/dotnet/8.0?WT.mc_id=dotnet-113932-juyoo)
- [Visual Studio 2022 v17.8+](https://visualstudio.microsoft.com/ko/?WT.mc_id=dotnet-113932-juyoo) 또는 [Visual Studio Code](https://code.visualstudio.com/?WT.mc_id=dotnet-113932-juyoo) - [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit&WT.mc_id=dotnet-113932-juyoo)## Resources
- [What is Blazor?](https://learn.microsoft.com/ko-kr/aspnet/core/blazor?WT.mc_id=dotnet-113932-juyoo)
- [Build your first Blazor app](https://dotnet.microsoft.com/ko-kr/apps/aspnet/web-apps/blazor?WT.mc_id=dotnet-113932-juyoo)
- [What is GitHub Copilot?](https://docs.github.com/ko/copilot)
- [Building an intelligent app with Blazor and Azure OpenAI](https://www.youtube.com/watch?v=TH12YSLLe9E&t=8464s)