Skip to content

selene466/template-tailwind-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template Tailwind npm

Description

This is my Tailwindcss template.
Treesake is enabled. (purge)
JIT is enabled.

Installation

Clone this repo, enter repo directory, then run:

npm install

Usage

Edit "src/tailwind.css", you can also edit package.json & tailwind.config.js.

Run development server:

npm run dev

Will run tailwind-cli in watch mode & auto refresh web server if CSS files is updated, thanks to browser-sync.
Web browser, access http://localhost:3000/. http://localhost:3000/src/

Compile CSS with PostCSS:

npm run buildcss

Compiled CSS will be placed in "dist" directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published