tailwind-installer
v1.0.4
Published
A streamlined npm package to quickly install and configure Tailwind CSS in your React projects in a go. This package automates the standard Tailwind setup process, allowing you to focus on development rather than configuration.
Downloads
10
Readme
tailwind-installer
A streamlined npm package to quickly install and configure Tailwind CSS in your React projects in a go. This package automates the standard Tailwind setup process, allowing you to focus on development rather than configuration. It also clears the existing styles from App.css and index.css provided by Vite.
Installation and Usage
Step 1: Install the Package
First, install the package in your React project:
npm i tailwind-installer
Step 2: Run the Installer Command
After installing the package, run the installer command to set up Tailwind CSS:
npx tailwind-installer