-
react-faststart
is a CLI tool designed to streamline the process of creating a React project with Vite and Tailwind CSS configurations. -
It provides a guided setup process, allowing developers to choose between React (JavaScript) and React (TypeScript) templates, and automatically integrates Tailwind CSS for styling.
- Automatically sets up a Vite project for React or React-TS.
- Integrates Tailwind CSS with all necessary configurations.
- Prompts for project overwriting if the directory already exists.
- Simple and user-friendly CLI experience.
Before using this CLI tool, ensure that you have the following installed:
Follow these steps to use the tool:
- Clone this repository (optional for local usage) or use
npx
. - Run the CLI using
npx
:
npx react-faststart
This project is licensed under the MIT License. See the LICENSE file for more details.