Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 493 Bytes

readme.md

File metadata and controls

31 lines (19 loc) · 493 Bytes

Tailwind CSS Starter

This is an extremley simple setup to develop Tailwind projects.

Usage

Install dependencies

npm install

Run Tailwind CLI in watch mode

npm run dev

You can use tailwind classes in any .html files in the root directory

Put any custom CSS that you may have in the src/input.css file

Add any config values to the tailwind.config.js file

To build once, run

npm run build

You only need to deploy your html files and css/style.css