Steeltoe Main Site
The site was built using [Blazor](https://docs.microsoft.com/en-us/aspnet/core/blazor/) in Visual Studio 2019.
Install Dependencies
Requires .NET Core SDK 5.0
PS> dotnet new -i Microsoft.AspNetCore.Blazor.TemplatesLocal testing of Steeltoe site
- Change into the Client project folder
PS> cd src/Client- Run the application with the
watchcommand. So as changes are made in Visual Studio, the site will refresh.
PS> dotnet watch run
watch : Started
info: Microsoft.Hosting.Lifetime[0]
Now listening on: https://localhost:8080
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Development
info: Microsoft.Hosting.Lifetime[0]
Content root path: C:\source\Steeltoe\MainSite\src\ClientVisit site locally at https://localhost:8080