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 fc6a2cc commit be9cf6a
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,24 +1,24 @@
# mvc-tailwind
# mvc

.NET 8.0 MVC Website integrated with ServiceStack using ASP.NET Identity Auth

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

> Login
![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/mvc-tailwind-login.png)
![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/mvc-login.png)

> Browse [source code](https://github.com/NetCoreTemplates/mvc-tailwind) and install with the `web` dotnet tool:
> Browse [source code](https://github.com/NetCoreTemplates/mvc) and install with the `web` dotnet tool:
$ dotnet tool install -g x

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

### Database Setup

Expand Down

0 comments on commit be9cf6a

Please sign in to comment.