create-react-app-fast
v1.0.3
Published
React + Vite + Tailwind + DaisyUI + React Router project generator by Hamid
Maintainers
Readme
create-react-app-fast
A CLI tool to quickly generate a React project with Vite, TailwindCSS, DaisyUI, and React Router pre-configured.
Stop wasting time setting up boilerplate — start coding your app instantly with a fully configured modern frontend stack.
Installation & Usage
You do not need to globally install anything. Use npx to create a project instantly:
npx create-react-app-fast my-appMake sure to select "No" for the highlighted option below.

Features
- ✅ React (latest version)
- ✅ Vite (fast, modern bundler)
- ✅ TailwindCSS with new Vite integration
- ✅ DaisyUI for beautiful UI components
- ✅ React Router
- ✅ Auto-generated
vite.config.jsandindex.csswith all necessary starter configs
