/Next.js-i18next-Boilerplate

Boilerplate and Starter for Next.js 14 + i18next + next-themes

Primary LanguageJavaScript

Next 14 (App Router) + i18next Boilerplate

Key features:

  • Bun
  • Next.js 14 (App Router)
  • i18next (SSR + CSR) with plural forms support
  • NextUI
  • Next Themes
  • ESLint (Airbnb codestyle)
  • Tailwind CSS
  • JavaScript
  • Integrated CI

Quick start:

git clone https://github.com/mikhailmogilnikov/i18next-next.js-template.git my-project-name
cd my-project-name
bun i

Then, you can run locally in development mode with live reload:

bun run dev

Open http://localhost:3000 with your browser to see the project.