English | 中文
next-intl-starter is a Next.js starter template with internationalization, dark mode and more features. It provides a solid foundation for building modern web applications with built-in support for multiple languages.
- 🌍 Internationalization: Built-in support for multiple languages using next-intl
- ⚡️ Modern Stack: Based on Next.js 15 App Router for optimal performance
- 📦 Package Manager: Using pnpm for faster and more efficient package management
- 🎨 Styling: Integrated with Tailwind CSS for rapid UI development
- 🌓 Dark Mode: Built-in support for dark/light theme switching
- 📱 Responsive: Mobile-first design approach
# install dependencies
pnpm install
# start development server
pnpm dev
├── src/
│ ├── app/ # Next.js app directory
│ ├── components/ # Reusable components
│ └── i18n/ # Internationalization configuration
├── messages/ # Translation files
├── public/ # Static assets
This project is licensed under the MIT License - see the LICENSE file for details.