praveenjuge / hugo-tailwind-jit

A template repo to make Tailwind JIT work with Hugo.
https://praveenjuge.com/blog/use-tailwind-jit-with-hugo/
13 stars 0 forks source link

Hugo Tailwind JIT

A template repo to make Tailwind JIT work with Hugo.

Install Dependencies

npm install

Development Server

Tailwind Watcher:

npm run dev

Hugo Server, in another tab:

hugo server

Production Build

npm run build && hugo --minify