Hey there, frontend wizard! 🧙♂️
Tired of setting up React projects from scratch over and over again?
Say hello to create-minimal-template
A CLI tool to Dynamically scaffold Minimal Project Templates
Your friendly CLI that lets you spin up a modern React app with your stack, your rules, and zero boilerplate mess.
Pick and choose the stuff you actually care about:
✅ React + Vite setup
✅ JavaScript or TypeScript
✅ Tailwind CSS, ESLint, React Router DOM, Redux Toolkit
✅ All the latest package versions
🧱 Next.js support
⚙️ Webpack & other bundlers
You can create a new Project Template using the following command:
npx create-minimal-template
pnpx create-minimal-template
✨ Welcome to Create Minimal Template ✨
👉 Let’s build your React + Vite project step by step
? Project name: super-cool-app
? Choose a framework: React
? Choose a language: TypeScript
? Choose a bundler: Vite
? Choose helper packages: Tailwind CSS, ESLint
🎉 Woohoo! Your project "super-cool-app" is ready.
👉 Next steps:
cd super-cool-app
npm run dev
Happy coding, rockstar! 🚀