2.0.1 • Published 1 year ago
react-vite-tailwindcss2 v2.0.1
React-Vite-TailwindCSS2
This package automates the setup of a basic React-Vite app with all the configurations of Tailwind CSS.
Usage
You can use the following command to set up a new React-Vite app with Tailwind CSS:
npx react-vite-tailwindcss2
This command will create a new React-Vite app in the current directory with all the necessary configurations for Tailwind CSS.
Configurations
This package sets up the following configurations for your React-Vite app:
- Initializes Vite with the React template.
- Installs Tailwind CSS, PostCSS, and Autoprefixer as dev dependencies.
- Configures Tailwind CSS with a default tailwind.config.js file.
- Adds base, components, and utilities styles to the index.css file.
- Creates an App.jsx file with a sample React component.
License
This project is licensed under the terms of the MIT License. See the LICENSE file for details.