hobbyreact
v0.1.0
Published
A minimal React project scaffolding tool that helps you quickly create new React applications with Vite.
Readme
HobbyReact
A minimal React project scaffolding tool that helps you quickly create new React applications with Vite.
Features
- 🚀 Quick project setup
- ⚡️ Powered by Vite
- 🎨 Clean and minimal template
- 📦 Modern React setup
Installation
npx hobbyreactUsage
- Run the create command:
npx hobbyreactEnter your project name when prompted
The CLI will create a new directory with your project name and set up all the necessary files
Follow the on-screen instructions to start your development server:
Template Includes
The generated project comes with:
Dependencies
- react ^19.0.0
- react-dom ^19.0.0
Dev Dependencies
- @vitejs/plugin-react ^4.3.4
- vite ^6.2.0
CLI Tool Dependencies
This tool is built with:
- chalk ^5.3.0 - Terminal string styling
- inquirer ^9.2.12 - Interactive command line prompts
- fs-extra ^11.2.0 - Enhanced file system methods
Project Structure
your-project/
├── public/
├── src/
│ ├── App.jsx
│ ├── main.jsx
│ └── assets/
├── index.html
├── package.json
└── vite.config.jsLicense
MIT
