/hugo-tailwind-jit

A template repo to make Tailwind JIT work with Hugo.

Primary LanguageHTML

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