vite-tailwind-starter
v0.0.1
Published
A Vite starter template with Tailwind CSS
Readme
vite-tailwind-starter
A simple CLI tool to quickly create a new React project with Vite and Tailwind CSS. This package sets up the basic configuration for you, so you can start developing without any setup hassle.
Features
- Installs Vite as the build tool.
- Sets up Tailwind CSS for styling.
- Creates a fully functional React project.
- Automatically installs necessary dependencies.
Installation
To install this package globally, run the following command:
npm install -g vite-tailwind-starterUsage
To create a new React project, run the following command from your desired directory:
vite-tailwind-starter <your-project-directory>This will:
- Copy the template files into the specified directory (or current directory by default).
- Install all the necessary dependencies with
npm install. - Once completed, your React project will be ready to use!
Example
npx vite-tailwind-starter <your-project-directory>This will create a new React project called my-new-project with Vite and Tailwind CSS pre-configured.
Acknowledgments
- Vite for the fast and modern development build tool.
- Tailwind CSS for utility-first CSS styling.
