nukedbit / user-auth-id-servicestack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

empty

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

About


Languages

Language:C# 65.2%Language:HTML 20.0%Language:JavaScript 8.8%Language:TypeScript 6.0%