Skip to content

Vite, React, Tailwind, DaisyUI, DaisyUI-React Blank Template

Notifications You must be signed in to change notification settings

alestry-perez/vite-react-tailwind

Repository files navigation

Template Repo

A very minimal starter template for a quick start.

Authors

Tech Stack

  • Vite
  • ReactTS
  • Tailwind
  • DaisyUI
  • DaisyUI-React
  • React-Router

Installation

Install my-project with npm

npx degit alestry-perez/vite-react-tailwind my-app

Access the project directory.

cd my-app

Install dependencies.

npm install

Serve with hot reload at http://localhost:3000.

npm run dev