vite-react-starter-kit
v0.0.0
Published
CLI tool to scaffold a create vite react app with tailwindcss and shadcn-ui.
Downloads
3
Maintainers
Readme
Vite React Boilerplate App
CLI tool to scaffold a create vite react app with tailwindcss and shadcn-ui.
Installation
You can use this CLI tool with npx
to create a new Vite React app setup:
npx vite-react-starter-kit <project-name>
Features
- Custom Setup: Generates a Vite React app with a customized setup tailored to your needs.
- Dependency Installation: Automatically installs all necessary dependencies for the generated project.
Usage
To create a new project, run the following command:
npx vite-react-starter-kit <project-name>
Replace <project-name>
with the desired name for your new project.
After the project is created, navigate into the project directory and start the development server:
cd <project-name>
npm run dev
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on GitHub.
License
This project is licensed under the MIT License.