🚀 A minimal and efficient starter template to kickstart your next project with Vite, React, and TailwindCSS.
- Blazing Fast Development: Powered by Vite for instant builds and hot module replacement.
- Modern UI Styling: Preconfigured TailwindCSS for rapid UI development.
- React Framework: Use the latest React to build reusable and scalable components.
- Best Practices: Pre-configured ESLint, Prettier, and TailwindCSS linting for a consistent and clean codebase.
- Tree-Shaking Ready: Optimized for production with minimal bundle size.
-
Clone the repository:
git clone https://github.com/perceptui/vite-react-tailwind-template.git cd vite-react-tailwind-template
-
Install dependencies:
npm install
# or use yarn
yarn install
- Start the development server:
npm run dev
# or use yarn
yarn dev
Feel free to contribute to this repository! Open an issue or submit a pull request for any improvements, bug fixes, or feature suggestions.
Start building your next amazing project with this powerful and efficient template today! 🎉