shri-react-quickstart
v1.0.0
Published
A CLI tool to quickly scaffold a React + Vite project with optional CSS frameworks and useful packages.
Downloads
4
Readme
shri-react-quickstart
A CLI tool to quickly scaffold a React + Vite project with optional CSS frameworks and useful packages, ready to use out of the box.
Features
- Interactive CLI for project setup
- Choose from popular CSS frameworks: Tailwind, Bootstrap, or MUI
- Optionally include useful packages: Axios, React Icons, React Hook Form, Yup, Formik, Moment.js
- Sets up React Router by default
- Prepares a clean folder structure:
components,pages,hooks,store,utils,assets - Cleans up default Vite files and adds a welcoming landing page
Getting Started
Installation
npm install -g shri-react-quickstartcd <your-project-name>
npm run devsrc/
components/
pages/
hooks/
store/
utils/
assets/
# shri-react-quickstart
A CLI tool to quickly scaffold a React + Vite project with optional CSS frameworks and useful packages, ready to use out of the box.