Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikhailmogilnikov/next.js-i18next-boilerplate
- Owner: mikhailmogilnikov
- Created: 2024-02-15T15:24:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-18T16:46:52.000Z (11 months ago)
- Last Synced: 2024-02-18T18:45:11.213Z (11 months ago)
- Topics: eslint, i18next, nextjs, nextjs-boilerplate, nextjs-starter, nextjs14, tailwindcss
- Language: JavaScript
- Homepage: https://next-js-i18next-boilerplate.vercel.app
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.