This repository is used for building the steeltoe.io website, along with the Getting Started guides. The docs portion is in the Documentation repository.
Перейти к файлу
David Dieruf a5a85a4d78
Merge pull request #36 from ddieruf/dev
Sync home page with live site
2020-10-16 14:25:53 -04:00
.vscode
src Fix calendar links 2020-10-16 13:38:41 -04:00
.gitignore
LICENSE
README.md
azure-pipelines.yml
manifest-prod.yml Added hosting environment in cf manifests 2020-09-18 09:08:20 -04:00
manifest-staging.yml Added hosting environment in cf manifests 2020-09-18 09:08:20 -04:00

README.md

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 3.1

PS> dotnet new -i Microsoft.AspNetCore.Blazor.Templates

Local testing of Steeltoe site

  1. Change into the Client project folder
PS> cd src/Client
  1. Run the application with the watch command. 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: http://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\Client

Visit site locally at http://localhost:8080