0.1.4 • Published 7 months ago

create-qzans-app v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

q-zans-app

Project generator for Q-ZANS Framework - A complete solution for creating modern web applications with Next.js, React 19, Zustand, Auth0, and shadcn/ui.

🚀 Quick Start

pnpm create q-zans-app@latest my-app

✨ What's included?

The generated template includes:

  • 📱 Next.js 14+ with App Router
  • 🎨 Pre-configured shadcn/ui
  • 🔐 Integrated Auth0
  • 📦 Zustand for state management
  • 🌐 Configured i18n
  • 🎯 TypeScript
  • 🎨 Tailwind CSS
  • 📝 ESLint + Prettier
  • 🚀 Optimized project structure

📦 Usage

  1. Create a new project:
pnpm create q-zans-app@latest my-app
  1. Navigate to the project directory:
cd my-app
  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm dev

🛠️ Available Commands

  • pnpm dev - Start development server
  • pnpm build - Build for production
  • pnpm start - Start production server
  • pnpm lint - Run linter
  • pnpm format - Format code

📖 Documentation

For detailed documentation on how to use the generated template, check out the template README.

🤝 Contributing

Contributions are welcome. Please make sure to update tests as appropriate.

📄 License

MIT

👤 Author

  • Eriklueh

🙏 Acknowledgments