Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 702 Bytes

File metadata and controls

35 lines (22 loc) · 702 Bytes

.NET App Sample

Prerequisites

Refer to the README doc for preparation.

Getting Started

Run Spring Boot Backend

Use Java App Sample.

NOTE: If you use GitHub Codespaces, make sure that the Java app port, 8080, is set to public.

Run Blazor Frontend

  1. Get the repository root.

    # bash/zsh
    REPOSITORY_ROOT=$(git rev-parse --show-toplevel)
    # PowerShell
    $REPOSITORY_ROOT = git rev-parse --show-toplevel
  2. Run the app.

    dotnet watch run --project $REPOSITORY_ROOT/complete/dotnet/Contoso.BlazorApp
  3. Verify if the web application is running properly.