This repository provides a boilerplate for creating a web application using Next.js 14, including support for Redux and i18n.
$ npm install
$ npm run dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js 14 for server-side rendering, static site generation, and API routes.
- Redux Toolkit for state management.
- Redux Saga for handling side effects in a scalable manner.
- i18next for internationalization.
- Prettier and ESLint for code formatting and linting.
- Commitlint and Husky for ensuring commit message standards.
- Sass support for styling.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
- Node.js version 20 or higher.