1.0.1 • Published 5 months ago

react-rush v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

šŸš€ React Rush CLI

React Rush is a powerful CLI tool that helps you quickly set up a modern React project with Vite, TypeScript, Tailwind CSS, and ShadCN in just a few seconds. Save time and focus on building awesome projects without the hassle of manual setup! šŸŽÆ


✨ Features

āœ… Quick Setup – Instantly generate a fully configured React project.
āœ… Vite-Powered – Enjoy super-fast development and optimized builds.
āœ… TypeScript Ready – Get the benefits of static typing out of the box.
āœ… Tailwind CSS Integrated – Write modern, utility-first styles effortlessly.
āœ… ShadCN Components – Pre-configured UI components to speed up development.
āœ… User-Friendly Prompts – Easy-to-use CLI with interactive questions.
āœ… Zero Config Required – Just run a command and start coding!


šŸ“¦ Installation

Install React Rush globally using NPM:

npm install -g react-rush

Or use npx (no installation required):

npx react-rush

šŸš€ Usage

Simply run:

react-rush

The CLI will ask a few questions to customize your setup: 1. Project name šŸ“‚ 2. Use TypeScript? (Yes/No) šŸ“ 3. Install dependencies automatically? šŸ“¦

After answering, React Rush will:

  • Create a new project directory šŸ“
  • Initialize Vite with React ⚔
  • Install and set up Tailwind CSS šŸŽØ
  • Integrate ShadCN UI components šŸš€
  • Install dependencies (optional) šŸ“¦

Once the setup is complete, navigate to your project and start the development server:

cd my-project
npm run dev

šŸŽØ Project Structure

After running the command, your project will be structured like this:

my-project/
ā”œā”€ā”€ src/
│   ā”œā”€ā”€ components/
│   ā”œā”€ā”€ pages/
│   ā”œā”€ā”€ App.tsx
│   ā”œā”€ā”€ main.tsx
│
ā”œā”€ā”€ public/
ā”œā”€ā”€ index.html
ā”œā”€ā”€ tailwind.config.js
ā”œā”€ā”€ tsconfig.json
ā”œā”€ā”€ package.json
ā”œā”€ā”€ vite.config.ts
└── README.md

⚔ Why Use React Rush?

šŸš€ Speed – No more repetitive setup, start coding in seconds!
šŸŽØ Customization – Choose what you need, leave what you don't.
šŸ”§ Developer Friendly – Minimal config, maximum productivity.
šŸ› ļø Best Practices – Uses the latest tools and trends in React development.


šŸ› ļø Requirements

  • Node.js (>= 16.x)
  • NPM or Yarn

šŸ“œ License

MIT License Ā© Yasir Mansoori


🌟 Show Your Support

If you like React Rush, give it a ⭐ on GitHub and share it with your friends! 😊

Happy coding! šŸš€

1.0.1

5 months ago

1.0.0

5 months ago