1.0.1 • Published 8 months ago
create-shadcn-theme-app v1.0.1
Create Shadcn Theme App
Create a Next.js application with a beautiful theme system in seconds.
Quick Start
npx create-shadcn-theme-app@latest my-app
That's it! This will: 1. Create a new Next.js project 2. Install all required dependencies 3. Set up shadcn/ui 4. Configure the theme system 5. Add example pages
Features
- 🎨 Multiple built-in themes
- 🌓 Light/Dark mode
- 🎯 Fully typed components
- 📱 Responsive design
- 🚀 Ready to use
Available Themes
- Light/Dark
- Rose
- Blue
- Green
- Purple
- Orange
What's Included
- Next.js 14 with App Router
- Tailwind CSS
- shadcn/ui components
- Theme switching system
- Example pages
- TypeScript
- ESLint
Development
After installation:
1. Navigate to your project: cd my-app
2. Start the dev server: npm run dev
3. Open http://localhost:3000
Customization
- Edit themes in
app/globals.css
- Modify navigation in
components/navbar.tsx
- Add new pages in
app/
directory
Need Help?
- Check the shadcn/ui docs
- Visit our GitHub repository
- Open an issue