Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 545 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 545 Bytes

web

.NET 5.0 Empty Web Template

Browse source code, view live demo web.web-templates.io and install with dotnet-new:

$ dotnet tool install -g x

$ x new web ProjectName

Update Server TypeScript DTOs

Run the dtos package.json script to update your server dtos:

$ x scripts dtos