create-robin
v1.0.1
Published
Beginner-friendly full-stack React + Express + MySQL starter generator for students.
Maintainers
Readme
create-robin
A beginner-friendly full-stack project generator for students.
It creates a complete React + Express + MySQL project with authentication, CRUD, dashboard UI, validation, and clean folder structure.
Quick start
npx create-robin my-app
cd my-appThen follow the generated README.md inside your project.
Choices
Robin lets you choose:
- Database style: Sequelize ORM or Raw SQL
- Module system: ES Modules or CommonJS
- Project/database/backend/frontend names and ports
Generated app includes
- Vite + React
- Tailwind CSS
- React Router DOM
- Axios
- React Toastify
- Express.js
- MySQL
- JWT authentication
- CRUD for products and categories
- Search/filter table
- Protected dashboard routes
- Beginner-friendly comments
Publish this package
npm login
npm publish --access public