An open API service indexing awesome lists of open source software.

https://github.com/layoric/webmigration


https://github.com/layoric/webmigration

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# web

.NET 6.0 Empty Web Template

[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/web.png)](http://web.web-templates.io/)

> Browse [source code](https://github.com/NetCoreTemplates/web), view live demo [web.web-templates.io](http://web.web-templates.io) and install with [dotnet-new](https://docs.servicestack.net/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//.git
$ cd
$ x new web

### Update Server TypeScript DTOs

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

$ x scripts dtos