- Monorepo with pnpm
- Next.js
- Typescript
- Vitest
- SCSS with modules, including
typed-scss-modules
support - ESLint and Stylelint
- Prettier
- Make sure you have Node 18 installed or use nvm.
- Install pnpm:
corepack prepare pnpm@latest --activate
- Create a new project from this template:
pnpm dlx degit IgorKrupenja/nextjs-monorepo-starter nextjs-monorepo-starter
- Install dependencies:
cd nextjs-monorepo-starter
pnpm install