Package Exports
- student-help
- student-help/cli.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (student-help) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🎓 Student Help
A mini-framework that shortcuts NestJS + Next.js setup for students. Write one command, get a full-stack project.
⚡ Quick Start
npm install -g student-help
student-help new my-app
cd my-app
docker-compose up -dDone! Your project is running at:
- Frontend: http://localhost:3001
- Backend: http://localhost:3000
🎁 What You Get
✅ Backend - NestJS with StudentHelp module (50+ utilities)
✅ Frontend - Next.js with Tailwind CSS
✅ Database - PostgreSQL ready to use
✅ Docker - Everything containerized
✅ Auth - JWT setup included
📖 Commands
student-help new app-name # Create new project
student-help generate:auth # Add authentication
student-help generate:resource User # Create CRUD endpoints
student-help --help # See all commands🚀 Perfect For
- 👨🎓 Students learning full-stack
- 🏗️ Quick prototypes
- 📚 School/university projects
- 💼 Rapid MVPs
Get started in 2 minutes. 🚀