Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 520 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 520 Bytes

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