tailwindcss_simple_starter Tailwind Templates

Tailwindcss_simple_starter

The simplest and fastest way to get up and running with Tailwind CSS from scratch is with the Tailwind CLI tool. The CLI is also available as a standalone executable if you want to use it without installing Node.js.

Simple Tailwind CSS Starter

This is an extremley simple setup to develop Tailwind projects. This will be used in my Tailwind From Scratch course.

Usage

Install dependencies

npm install

Run Tailwind CLI in watch mode

npm run watch

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

Put any custom CSS that you may have in the 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

Top categories

Loading Svelte Themes