Skip to content

NetCoreTemplates/mvc-bootstrap

Repository files navigation

mvc-bootstrap

.NET 8.0 mvc-bootstrap Website with ServiceStack APIs

Browse source code, view live demo mvc-bootstrap.web-templates.io and install with dotnet-new:

$ dotnet tool install -g x

$ x new mvc-bootstrap 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 mvc-bootstrap