DEV Community

Cover image for Hugo, Tailwind CSS and daisyUI starter
Mike CK
Mike CK

Posted on

Hugo, Tailwind CSS and daisyUI starter

I love Hugo. I use Hugo for basically all websites that are static. I came across daisyUI recently and could not believe how easy it was to integrate to a project that already supports Tailwind CSS. It comes with tones of themes too.

The starter uses concurrently to run both Hugo and Tailwind CLI in one terminal.

Getting started

You need Hugo installed and available. Test Hugo works by running hugo version
You also need Node.js and NPM installed. Confirm these are installed by running node --version && npm --version

  1. Clone this repo: https://github.com/CkCreative/hugo-tailwind-daisyui and run npm install
  2. Run npm start and visit localhost:1313

Enjoy 🚀

Top comments (0)