https://github.com/commencis/starter-nextjs
@Commencis Starter Template Next.js
https://github.com/commencis/starter-nextjs
i18n nextjs pnpm react scss-modules starter-template
Last synced: 4 months ago
JSON representation
@Commencis Starter Template Next.js
- Host: GitHub
- URL: https://github.com/commencis/starter-nextjs
- Owner: Commencis
- License: apache-2.0
- Created: 2025-05-21T14:33:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-20T04:33:35.000Z (4 months ago)
- Last Synced: 2026-02-20T08:34:27.379Z (4 months ago)
- Topics: i18n, nextjs, pnpm, react, scss-modules, starter-template
- Language: TypeScript
- Homepage:
- Size: 1.06 MB
- Stars: 8
- Watchers: 7
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Commencis Starter - Next.js
[](LICENSE)
> [!WARNING]
> The Commencis Starter Next.js is actively under development. Further enhancements are on the way, and feedback and contributions are welcome!
Commencis Starter – Next.js provides a streamlined foundation for building modern React applications with Next.js. Designed to maximize development speed and efficiency, this template enables quick setup and seamless scaling. Its flexible architecture supports diverse project requirements right out of the box, including server-side rendering, API routes, and static site generation.
## Getting Started
### Prerequisites
#### Node.js
Before you begin, ensure you have `node: >= 24.13` installed on your system.
#### pnpm
This project uses `pnpm` as the package manager. You can install it either by activating with `corepack` which is the recommended way:
```bash
corepack prepare pnpm@latest --activate
corepack enable pnpm
```
or install globally on your system with npm.
```bash
npm install -g pnpm
```
### Installation
Run the following command to install project dependencies:
```bash
pnpm install
```
## Contribution
We welcome contributions to improve this project. Feel free to open issues or pull requests to suggest enhancements or report any issues.
> [!IMPORTANT]
> For developers contributing to this project, it's important to familiarize yourself with these tools, as they are integral to the workflow and code quality standards.
## License
This project is licensed under the [Apache License 2.0](https://opensource.org/licenses/Apache-2.0) - see the [LICENSE](./LICENSE) file for details.
© [Commencis](https://www.commencis.com/), 2025. All rights reserved.