Skip to content

Commit 61ff22f

Browse files
committed
update home page
1 parent fde4697 commit 61ff22f

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# angular-spa
22

3-
.NET 8 Angular Vite TypeScript SPA with Tailwind.
3+
.NET 8.0 angular-spa Pages Tailwind Website
4+
5+
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/angular-spa.png)](http://angular-spa.web-templates.io)
6+
7+
> Browse [source code](https://github.com/NetCoreTemplates/angular-spa), view live demo [angular-spa.web-templates.io](http://angular-spa.web-templates.io) and install with [dotnet-new](https://docs.servicestack.net/dotnet-new):
8+
9+
$ dotnet tool install -g x
10+
11+
$ x new angular-spa ProjectName
12+
13+
Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:
14+
15+
$ git clone https://github.com/<User>/<ProjectName>.git
16+
$ cd <ProjectName>
17+
$ x new angular-spa
18+

0 commit comments

Comments
 (0)