Skip to content

Starter Kit / Playground for Tailwind, PostCSS and plain HTML files

License

Notifications You must be signed in to change notification settings

drubb/tailwind-postcss-html

Repository files navigation

Tailwind / PostCSS / HTML Starter Kit

Provides a playground for quick experiments using Tailwind Jit, PostCSS and plain HTML files, including live reload capabilities.

Usage

Fetch the code, install dependencies and run the dev server:

npx degit drubb/tailwind-postcss-html playground
cd playground
npm install
npm run dev

The dev server uses port 3000 by default, so the preview is available in the browser at localhost:3000.

Now try changing .html or .pcss files, and the pages will be reloaded on save.

The .pcss extension for css files is used for convenience (better IDE support). If you prefer using .css as extension, you'll also need to change the watch command in package.json!

Features

Licence: MIT

About

Starter Kit / Playground for Tailwind, PostCSS and plain HTML files

Topics

Resources

License

Stars

Watchers

Forks