vite-tailwind-setup
v1.0.6
Published
Setup a React project with Vite and Tailwind CSS
Downloads
3
Readme
React Vite Tailwind Setup
A simple command-line tool to set up a new React project with Vite and Tailwind CSS, without any manual configuration required.
Installation
To use this setup script, simply run the following command in your terminal:
npx vite-tailwind-setup
Features
Sets up a new React project using Vite.
Installs Tailwind CSS and its dependencies.
Initializes Tailwind configuration.
Configures project structure.
Removes unnecessary template files.
Creates a simple App.jsx file.
Updates main.jsx to render the new App component.
Installs project dependencies.