create-react-starter-cli
v1.0.2
Published
React starter CLI with Tailwind, Router, Axios, Framer Motion and default structure
Maintainers
Readme
🚀 Create React Starter CLI
A simple CLI tool to scaffold a React + Vite project with TailwindCSS, React Router, Axios, and Framer Motion — all preconfigured with a clean folder structure.
Think of it as a modern alternative to create-react-app.
✨ Features
- ⚡ Vite for fast builds
- 🎨 TailwindCSS pre-configured
- 🌐 React Router setup
- 🔄 Axios for API calls
- 🎞 Framer Motion for animations
- 📁 Clean default project structure
📦 Installation
You don’t need to install it globally. Just run with npx:
npx create-react-starter my-app
This will create a new React project inside the my-app folder.
🛠 Usage
npx create-react-starter my-app
cd my-app
npm install
npm run dev
Your app will be running at http://localhost:5173/
🎉
📂 Project Structure (Generated)
my-app/
├── src/
│ ├── components/
│ ├── pages/
│ ├── assets/
│ ├── App.jsx
│ └── main.jsx
├── public/
├── package.json
├── tailwind.config.js
└── vite.config.js
📝 Example
Run:
npx create-react-starter my-portfolio
You’ll instantly get a Vite + React + Tailwind starter with Router, Axios, and Framer Motion set up.
🤝 Contributing
PRs and suggestions are welcome!
Fork this repo, improve it, and submit a pull request.
📜 License
MIT © 2025 Raju Kumar Raja
