Skip to content

NetCoreTemplates/empty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

empty

.NET 8.0 Empty Web Single Project Template

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

$ dotnet tool install -g x

$ x new empty 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 empty

Update Server TypeScript DTOs

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

$ x scripts dtos