Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikhailmogilnikov/next.js-i18next-boilerplate

Boilerplate and Starter for Next.js 14 + i18next + Tailwind CSS
https://github.com/mikhailmogilnikov/next.js-i18next-boilerplate

eslint i18next nextjs nextjs-boilerplate nextjs-starter nextjs14 tailwindcss

Last synced: 1 day ago
JSON representation

Boilerplate and Starter for Next.js 14 + i18next + Tailwind CSS

Awesome Lists containing this project

README

        

# 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:

```shell
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:

```shell
bun run dev
```

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