Skip to content

webdiscus/webpack-tailwind-pug

Repository files navigation

Webpack starter with Tailwind CSS and Pug

This is minial code to demostrate "How to use Tailwind CSS with Pug"

To generate HTML from Pug use the pug-plugin.

Install

npm i

Start app in a browser

npm start

Build static files

npm run build