Skip to content

This project is intended to be a starter codebase for working with TailwindCSS and HTML.

Notifications You must be signed in to change notification settings

abuhurairah-aar/starter-tailwindcss-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Kit for TailwindCSS and HTML

The purpose of this project is to act as a starter codebase for working with TailwindCSS and bare HTML inspired by devdojo blog post Extracting TailwindCSS from HTML.

Usage

  1. Initialize required files

    npm run init

    or

    yarn run init
  2. Compile CSSes using purgeCSS

    npm run build

    or

    yarn run build
  3. Compile and minify CSSes using purgeCSS and CSSNano

    npm run build:minify

    or

    yarn run build:minify

About

This project is intended to be a starter codebase for working with TailwindCSS and HTML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published