A very minimal starter template for a quick start.
- Vite
- ReactTS
- Tailwind
- DaisyUI
- DaisyUI-React
- React-Router
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