create-my-react-version
v1.0.1
Published
A custom Vite + React starter without StrictMode, rafce-style App.jsx, and ESLint pre-configured.
Maintainers
Readme
create-my-react-version
A custom Vite + React starter template — no StrictMode, rafce-style App.jsx, clean index.css, and ESLint pre-configured out of the box.
Usage
npm create my-react-version my-appThis will:
- Scaffold a new Vite + React project into
my-app - Automatically run
npm install - Automatically run
npm run dev
No extra setup steps needed — just start coding.
What's included
- ⚡ Vite + React (latest)
- 🚫 No
StrictModewrapper inmain.jsx - 🧹 Clean, minimal
index.cssreset - 📝
App.jsxinrafce(arrow function component export) style - ✅ ESLint pre-configured (flat config, React Hooks + Refresh rules)
Scripts
Once your project is created:
| Command | Description |
|-------------------|------------------------------------|
| npm run dev | Start the local dev server |
| npm run build | Build for production |
| npm run preview | Preview the production build |
| npm run lint | Run ESLint |
Requirements
- Node.js 18+
- npm 7+
License
MIT
