create-fatfront
v1.0.5
Published
A CLI to scaffold a React + Vite + Tailwind v4 + React Router DOM starter project.
Maintainers
Readme
🚀 create-fatfront
A modern CLI to scaffold React + Vite + Tailwind CSS v4 projects in seconds.
✨ Features
- ⚡ Blazing fast dev setup with Vite
- 🎨 Comes pre-configured with Tailwind CSS v4
- 🔀 React Router DOM setup out of the box
- 🛠️ Auto-generates clean, minimal boilerplate
- 📦 Optionally supports
npm,pnpm, andbun(coming soon) - 💻 Easy to extend with TypeScript (planned)
📦 Installation & Usage
Scaffold a new app with a name:
npx create-fatfront my-app
Or run without a name and choose interactively:
npx create-fatfront
DIRECTTLY -----> npm run dev
