Skip to content

blazo-dev/mvclazt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lazt.MvcTailwind.Template

This repository contains an ASP.NET MVC template integrated with TailwindCSS for fast project scaffolding. It can be installed locally or published as a NuGet package.


Features

  • Pre-configured ASP.NET MVC structure
  • TailwindCSS ready-to-use for styling
  • Sample HomeController and views
  • Supports dotnet new installation as a template
  • Includes license and README for NuGet

Requirements

Optional:

  • Visual Studio 2022 / VS Code
  • Git

Installing the Template

# Install from local nupkg
dotnet new install ./Lazt.MvcTailwind.Template.1.0.0.nupkg

# Verify installation
dotnet new list

Creating a New Project

dotnet new mvclazt -n MyApp
cd MyApp
npm install
npm run css:build
dotnet run

Navigate to https://localhost:5001 to see the app running, port may vary.


Contributing

You can fork this repo and update the template or Tailwind setup as needed. Make sure to update the version in .csproj when publishing a new NuGet package.


License

MIT License. See LICENSE.txt for details.

About

A fully working ASP.NET MVC template integrated with TailwindCSS, ready to use as a starting point for new projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published