-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|