create-shadcn-theme-app
v1.0.1
Published
Create a Next.js app with shadcn UI and theme switching
Readme
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-appThat's it! This will:
- Create a new Next.js project
- Install all required dependencies
- Set up shadcn/ui
- Configure the theme system
- 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:
- Navigate to your project:
cd my-app - Start the dev server:
npm run dev - 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
