https://github.com/layoric/dockerapp1
https://github.com/layoric/dockerapp1
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/layoric/dockerapp1
- Owner: Layoric
- Created: 2023-08-02T02:02:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T02:21:01.000Z (almost 3 years ago)
- Last Synced: 2025-10-11T01:46:44.849Z (9 months ago)
- Language: HTML
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web
.NET 6.0 Empty Web Template
[](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