A custom Next.js template initializer that helps you quickly set up new Next.js projects with your preferred configuration and structure.
nextjs-intl-fsd is a npm package designed to streamline the process of starting new Next.js projects. By using your custom template, it ensures all new projects have a consistent setup, saving you time and effort in configuring common settings, dependencies, and project structure.
Creating a new Next.js project is straightforward with nextjs-intl-fsd. Run the following command:
npx nextjs-intl-fsd
- Pre-configured Next.js setup with common dependencies and scripts
- Ready-to-use configuration files (e.g., next.config.js, tsconfig.json)
- Consistent project structure with Featured Sliced Design
- Configured localization with Next intl package
- Configured project theming with Next themes package
If you have suggestions for improvements or find any issues, please open an issue or create a pull request in the GitHub repository.
This project is licensed under the MIT License. See the LICENSE file for more details.