Skip to content

NetCoreTemplates/web-tailwind

Repository files navigation

web-tailwind

.NET 8.0 Empty Website configured with Tailwind CSS

Browse source code and install with dotnet-new:

$ dotnet tool install -g x

$ x new web-tailwind 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-tailwind

Update Server TypeScript DTOs

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

$ npm run dtos