create-nightwing
v1.0.0
Published
Enterprise-ready React + Express + MySQL employee RBAC starter generator.
Downloads
134
Maintainers
Readme
create-nightwing
A clean enterprise starter generator for student exams, internal tools, and real admin systems.
It generates one focused fullstack template:
- Admin login
- Employee management
- Employee-owned user accounts
- User login
- Session authentication
- Password hashing
- Protected routes
- Airbnb-inspired UI system
- Forms, tables, modal CRUD, drawer, stats cards, filters, badges, empty states
- MySQL schema and beginner-friendly docs
Usage
npx create-nightwing my-app
cd my-app
mysql -u root -p < schema.sql
cd server && npm install && npm run dev
cd ../client && npm install && npm run devDefault admin
username: admin
password: admin123Generated structure
my-app/
server/ Express + MySQL + sessions
client/ React + Vite + Tailwind
docs/ SQL, Tailwind, API, testing docs
schema.sql Database setup and seedPublish this package
npm login
npm publish