SantoshSrinivas79 / simple-tailwind-starter

Very simple file structure for Tailwind projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Tailwind Starter

https://chatgpt.com/c/416e56ae-d127-4aa8-9ed7-0cc462471920

This is a simple Tailwind starter project using the Tailwind CLI. It is meant to be used as a starting point for your projects. This is the same setup used in my Tailwind From Scratch Course.

Usage

Clone the repo:

git clone

Install the dependencies:

npm install

Build or watch the CSS file:

# Build once
npm run build

# Watch for changes
npm run watch

This will watch the src/input.css file and build it to css/style.css, which will be your final CSS file.

License

This project is open source and available under the MIT License.

About

Very simple file structure for Tailwind projects


Languages

Language:HTML 97.9%Language:JavaScript 1.9%Language:CSS 0.2%