TailwindCSS + DaisyUI boilerplate

Using TailwindCSS JIT

With autoprefixer and cssnano for production

Demo: https://daisyui-starter.netlify.app/

Deploy


  1. Clone the project
  2. Install:
npm install
  1. Generate CSS with:
npm run dev
npm run prod