0.1.4 • Published 7 months ago
create-quarks-zans-app v0.1.4
quarks-zans-app
Project generator for Quarks-ZANS Framework - A complete solution for creating modern web applications with Next.js, React 19, Zustand, Auth0, and shadcn/ui.
🚀 Quick Start
pnpm create quarks-zans-app my-app
✨ What's included?
The generated template includes:
- 📱 Next.js 15+ with App Router
- 🎨 Pre-configured shadcn/ui
- 🔐 Integrated Auth0
- 📦 Zustand for state management
- 🌐 Configured i18n
- 🎯 TypeScript
- 🎨 Tailwind CSS
- 📝 ESLint + Prettier
- 🚀 Optimized project structure
📦 Usage
- Create a new project:
pnpm create quarks-zans-app my-app
- Navigate to the project directory:
cd my-app
- Install dependencies:
pnpm install
- Start the development server:
pnpm dev
🛠️ Available Commands
pnpm dev
- Start development serverpnpm build
- Build for productionpnpm start
- Start production serverpnpm lint
- Run linterpnpm 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
👤 Author
- Eriklueh