A CLI tool to quickly create React applications with optional React Router and Tailwind CSS integration.
- 🚀 Creates a Vite-based React + TypeScript project
- 🛣️ Optional React Router setup with basic routing
- 🎨 Optional Tailwind CSS integration
- 📦 Works with both npm and Bun
Using npm:
npx @noone451/create-reactframe
Using Bun:
bunx @noone451/create-reactframe
When you run the tool, it will:
- Create a new Vite project with React and TypeScript
- Optionally install and configure React Router with basic routes
- Optionally install and configure Tailwind CSS
- Set up a basic project structure
During the setup, you'll be prompted to:
- Enter your project name
- Choose whether to include React Router
- Choose whether to include Tailwind CSS
- Node.js >= 18.0.0
- npm or Bun >= 1.0.0
Contributions are welcome! Please feel free to submit a Pull Request.
MIT © [noone451]