https://github.com/thedayismyenemy/aspnettailwind
ASP.NET MVC 8.0 Tailwind Starter Template
https://github.com/thedayismyenemy/aspnettailwind
asp-net-mvc dotnet-template tailwind-template tailwindcss tailwindui
Last synced: 28 days ago
JSON representation
ASP.NET MVC 8.0 Tailwind Starter Template
- Host: GitHub
- URL: https://github.com/thedayismyenemy/aspnettailwind
- Owner: TheDayIsMyEnemy
- License: mit
- Created: 2024-02-09T20:15:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-31T02:49:29.000Z (about 1 year ago)
- Last Synced: 2025-03-09T10:01:57.421Z (7 months ago)
- Topics: asp-net-mvc, dotnet-template, tailwind-template, tailwindcss, tailwindui
- Language: HTML
- Homepage:
- Size: 167 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AspNetTailwind
[](https://github.com/TheDayIsMyEnemy/AspNetTailwind/actions/workflows/build.yml)
[](https://opensource.org/licenses/MIT)## Requirements
- [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
- [Node.js 20.11](https://nodejs.org/en)
- [NPM 10.5](https://nodejs.org/en)## Installation
1. Navigate to the root folder
```sh
cd src/AspNetTailwind.Web
```2. Install packages
```sh
npm install
```## Usage
1. Watch css
```sh
npm run watch
```2. Dotnet watch
```sh
dotnet watch
```3. App is running on http://localhost:5000/
## License
[MIT](LICENSE) © [TheDayIsMyEnemy](https://github.com/TheDayIsMyEnemy/AspNetTailwind).