Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 905 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 905 Bytes

angular-lite-spa

.NET 6.0 Angular4 and Material Design Lite Webpack App Template. For the latest version of Angular see angular-spa.

Browse source code, view Live Demo angular-lite-spa.web-templates.io and install with dotnet-new:

$ dotnet tool install -g x

$ x new LegacyTemplates/angular-lite-spa 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 angular-lite-spa