create-vite-react-tailwind
v1.0.6
Published
A Vite React TailwindCSS TypeScript starter template
Downloads
490
Maintainers
Readme
Vite + React + Tailwind CSS Setup Script
This package automates the setup of a Vite project with React and Tailwind CSS. It handles the installation of dependencies and configuration files to jumpstart your development process.
Features
- Initializes a new Vite project using the React template.
- Installs and configures Tailwind CSS, PostCSS, and Autoprefixer.
- Automatically sets up
tailwind.config.js
and updates thesrc/index.css
file with the necessary Tailwind CSS directives.
Prerequisites
- Node.js (version 14.x or higher)
- npm (Node Package Manager)
Updates
- fixed the error in the configuration of tailwind in typescript and jsx template
Make sure both are installed on your machine. You can verify by running:
node -v
npm -v