MVC Project Templates

All ServiceStack Projects can be created from ServiceStack's Start Page:

Or using the .NET x dotnet tool:

dotnet tool install --global x

mvc

.NET 6.0 MVC Website with ServiceStack APIs

x new mvc ProjectName

MVC with Integrated Auth

mvcauth

.NET 6.0 MVC Website integrated with ServiceStack Auth

x new mvcauth ProjectName

mvcidentityserver

.NET 6.0 MVC Website integrated with ServiceStack using IdentityServer4 Auth

x new mvcidentityserver ProjectName