Skip to content
/ razor Public template

.NET 6.0 Website with ServiceStack.Razor

Notifications You must be signed in to change notification settings

LegacyTemplates/razor

Repository files navigation

razor

.NET 6.0 ServiceStack.Razor Bootstrap Website

Browse source code and install with dotnet-new:

$ dotnet tool install -g x

$ x new LegacyTemplates/razor ProjectName

Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:

$ git clone https://github.com/<User>/<ProjectName>.git
$ cd <ProjectName>
$ x new LegacyTemplates/razor