Since one of my colleagues is literally dreaming about tailwindcss, I've created this simple tailwindcss playground using Hugo.
- git
- Hugo
git clone [email protected]:jorisdrenth/hugo_tailwindcss.git
cd hugo_tailwindcss
hugo server
Now visit http://localhost:1313 Edit code in hugo_tailwindcss/layouts/index.html and see your changes live reload in your browser.
Wim de Blauwe for his blog post about using Hugo with tailwindcss.