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

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

Awesome Lists containing this project

README

          

# AspNetTailwind

[![Build](https://github.com/TheDayIsMyEnemy/AspNetTailwind/actions/workflows/build.yml/badge.svg)](https://github.com/TheDayIsMyEnemy/AspNetTailwind/actions/workflows/build.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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).