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 6.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:7228 and http://localhost:5072
-
open https://localhost:7228 OR http://localhost:5072 in your browser
Ports are configured by "applicationUrl" specified in launch.Settings.json file and could be subject to change.