This project was generated with App Builder Code Gen.
-
open the project in Visual Studio 2022
-
press Start (F5)
NOTE: Running the app requires .NET 8.0 to be installed.
-
open this folder in VS Code
-
open a terminal window
-
use this command to run:
dotnet run
-
wait for message: Now listening on: https://localhost:5000 and http://localhost:5001
-
open https://localhost:5000 OR http://localhost:5001 in your browser
Ports are configured by "applicationUrl" specified in launch.Settings.json file and could be subject to change.