spawn-react-app is an opinionated CLI tool to instantly scaffold modern React projects with best practices and performance-first defaults. Built as an alternative to create-react-app
, it uses VITE under the hood for lighening-fast development.
- Zero-config project scaffolding
- Powered by Vite
- Pre-configured with:
- Import alias
- ESLint + Prettier
- TailwindCSS (WIP)
- ShadCN (WIP)
- React Router / Tanstack Router (WIP)
- State management libraries (WIP)
- Testing (WIP)
- You can use this package from latest release on npm
- Just run this command inside your terminal,
npx spawn-react-app@latest
- You can easily checkout latest push on
dev
branch which has not been released yet. - For that, run this command inside your terminal,
bash -c "$(curl -fsSL https://dev--spawn-react-app.netlify.app/run.sh)" -- https://dev--spawn-react-app.netlify.app/spawn-react-app.tgz