Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

.NET 앱 샘플

전제 조건

준비를 위해 README 문서를 참조하세요.

시작하기

Spring Boot 백엔드 실행

Java 앱 샘플을 사용하세요.

참고: GitHub Codespaces를 사용하는 경우, Java 앱 포트 8080public으로 설정되어 있는지 확인하세요.

Blazor 프론트엔드 실행

  1. 저장소 루트를 가져오세요.

    # bash/zsh
    REPOSITORY_ROOT=$(git rev-parse --show-toplevel)
    # PowerShell
    $REPOSITORY_ROOT = git rev-parse --show-toplevel
  2. 앱을 실행하세요.

    dotnet watch run --project $REPOSITORY_ROOT/complete/dotnet/Contoso.BlazorApp
  3. 웹 애플리케이션이 제대로 실행되는지 확인하세요.


면책조항: 이 문서는 GitHub Copilot에 의해 현지화되었습니다. 따라서 실수가 포함될 수 있습니다. 부적절하거나 잘못된 번역을 발견하면 issue를 생성해 주세요.