A template for building React apps with Tailwind & Vite. Pre-configured with Prettier and ESLint.
- React 18
- Tailwind CSS
- Vite
- ESLint: Configured with standard rules for React and compatibility with Prettier.
- Prettier: Set up with formatting on save.
- PostCSS: Includes PostCSS with Autoprefixer and Tailwind CSS plugins.
Clone this repository and install the dependencies:
git clone <repository-url>
cd <project-directory>
npm installTo start the development server:
npm run devTo build the project for production:
npm run build