vite-tailwind-installer
v0.0.1
Published
CLI to install Vite + React and configure Tailwind CSS
Downloads
14
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)
Make sure both are installed on your machine. You can verify by running:
node -v
npm -v