Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 311 Bytes

File metadata and controls

23 lines (17 loc) · 311 Bytes

react-daisy

Deadly simple template to start react with vite + tailwindcss + daisyUI + Heroicons!

installation

npm install -g degit
degit harrysaputra/react-daisy my-new-project

or

npx degit harrysaputra/react-daisy my-new-project

How to use

cd my-new-project
yarn
yarn dev