create-tap-react
v1.0.3
Published
A modern CLI tool to create react applications with pre-configured templates
Maintainers
Readme
🎨 Create Tap React
An interactive CLI tool to bootstrap your React.js projects with ready-to-use templates.
Just like create-next-app, but with modern React + TypeScript setups (including upcoming Auth & Dashboard templates).
✨ Features
- 📂 Choose from multiple pre-configured templates
- 🎨 Interactive CLI with project name & setup prompts
- ⚡ Installs dependencies automatically (supports npm, yarn, and pnpm)
- ✅ Ready-to-use React setup with TypeScript
- 🚧 More templates (Auth, Dashboard) coming soon!
📦 Installation & Usage
You don’t need to install anything globally. Just run:
npx create-tap-reactExample Flow
npx create-tap-react👉 CLI will guide you:
🚀 Welcome to create-tap-react!
🎨 Select a template:
❯ React.js with TypeScript (Basic setup) - React with TypeScript and all Basic setup
React.js with Shadcn (Auth setup) - Coming Soon
React.js Dashboard with Shadcn (Auth setup) - Coming Soon
📝 Project name: my-appThen it will:
- Clone the selected template into
my-app - Install dependencies using your preferred package manager
- Show you next steps
✅ Example output:
📦 Creating project in my-app...
🎨 Using template: React.js with TypeScript (Basic setup)
📥 Template downloaded successfully!
📦 Dependencies installed with npm!
🎉 Project created successfully!
Next steps:
cd my-app
npm run dev🛠️ Available Templates
✅ Current
- React.js with TypeScript (Basic setup)
Repo: theabhipatel/template_react_ts
🚧 Coming Soon
- React.js with Shadcn (Auth setup)
- React.js Dashboard with Shadcn (Auth setup)
📖 Commands
After project creation:
cd my-app
npm run dev # Start development server
npm run build # Build project
npm start # Run production build💡 Happy coding with React! 🚀
