Skip to content

mythz/web

 
 

Repository files navigation

web

.NET 8.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

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 web

Update Server TypeScript DTOs

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

$ x scripts dtos

About

.NET Core 3.1 Empty Website

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • HTML 50.9%
  • C# 40.3%
  • JavaScript 8.8%