This is a React template project using DaisyUI for UI components, Tailwind CSS for utility-first styling, and TypeScript for type safety and improved development experience.
- React for building reusable components.
- DaisyUI for pre-built, customizable UI components.
- Tailwind CSS for rapid UI development using utility-first CSS.
- TypeScript for static typing and improved code quality.
git clone https://github.com/drLacheheb/daisy-react.git
cd daisy-reactpnpm installpnpm run dev: Starts the development server.pnpm run build: Builds the app for production.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.