Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 902 Bytes

File metadata and controls

23 lines (16 loc) · 902 Bytes

This is a sample ASP.NET Core application that uses Aspire.

The app consists of the Aspire AppHost along with a web api and a front-end React app.

Getting started

To get started with this project locally follow the steps outlined below.

Visual Studio

  1. Open the solution MyRestaurantApi.sln in Visual Studio 2022 17.14 or later.
  2. Set the startup project to be MyRestaurantApi.AppHost.
  3. F5 or CTRL-F5

CLI

  1. cd to the MyRestaurantApi.AppHost directory
  2. aspire run or dotnet watch

Additional Resources