Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 339 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 339 Bytes

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