@ak-mern/vite
v1.0.2
Published
A powerful CLI to scaffold a modern React (Vite) project with optional features like Tailwind, Redux, Axios, React Hook Form, and more — all in one command.
Downloads
358
Readme
@ak-mern/vite
A powerful CLI to scaffold a modern React (Vite) project with optional features like Tailwind, Redux, Axios, React Hook Form, and more — all in one command.
🚀 Usage
Run directly without installing:
npx @ak-mern/vite✨ Features
- ⚡ Vite + React setup
- 🧭 Data routing with react-router
- 🎨 Optional TailwindCSS setup
- 🧠 Optional Redux Toolkit setup (with preconfigured store + slice)
- 📦 Optional libraries:
- React Hook Form
- Axios
- Toast libraries (react-hot-toast, react-toastify, sonner)
- 🧱 Clean folder structure
- 🛠 Preconfigured files (routes, pages, store, etc.)
📂 Folder Structure
src/ ├── pages/ │ └── Home.jsx ├── routes/ │ └── app.routes.jsx ├── store/ (if Redux selected) ├── slices/ (if Redux selected) ├── main.jsx
👤 Author
Abhinav Kumar GitHub: https://github.com/Abhinav-not-found
