Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 22, 2023
1 parent 64c45e9 commit a8db742
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# mvc
# mvc-bootstrap

.NET 6.0 MVC Website with ServiceStack APIs
.NET 8.0 mvc-bootstrap Website with ServiceStack APIs

[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/mvc.png)](http://mvc.web-templates.io/)
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/mvc-bootstrap.png)](http://mvc-bootstrap.web-templates.io/)

> Browse [source code](https://github.com/NetCoreTemplates/mvc), view live demo [mvc.web-templates.io](http://mvc.web-templates.io) and install with [dotnet-new](https://docs.servicestack.net/dotnet-new):
> Browse [source code](https://github.com/NetCoreTemplates/mvc-bootstrap), view live demo [mvc-bootstrap.web-templates.io](https://mvc-bootstrap.web-templates.io) and install with [dotnet-new](https://docs.servicestack.net/dotnet-new):
$ dotnet tool install -g x

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

0 comments on commit a8db742

Please sign in to comment.