Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 449 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 449 Bytes

Tailwind CSS Starter Kit

This starter kit builds purged and minified CSS

Includes

  • Tailwind CSS
  • PurgeCSS
  • SCSS
  • Babel

Clone or fork starter pack

git clone https://github.com/kylewetton/tailwind-starter-pack.git

Install dependencies

npm install

Run development mode

npm start

(Listen at localhost:8080 by default)

And build

npm run build


Feel free to send me any pull requests if you have any improvements