Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

.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.