Skip to content

hrs-nkym/dotnetAngularApp

Repository files navigation

dotnetAngularApp

ref

capture

Windows

SET ASPNETCORE_Environment=Development

Linux, MacOS

export ASPNETCORE_Environment=Development

build & run command

dotnet build
dotnet run
Now listening on: http://localhost:<port>

open Browser localhost:5000