Next.js 13 - Production Ready & Scalable Template

Опубликовано: 30 Март 2026
на канале: Nick De Raj
14,412
76

A production-ready and fully scalable template for building Next.js 13 apps. I've used this for most of my side projects and have been expanding on it for the past year or so every time I find something is missing. I didn't add things like firebase authentication as it's quite project specific, I wanted to keep this as broad as possible. If it helped, leave a like and comment on what you'd like to see in future videos! ✌️

The code: https://nickderaj.com/youtube/nextjs-...

Chapters:
0:00 Introduction
0:22 Initialising the Nextjs App
1:47 Husky (pre-commit hooks)
4:14 Commitlint (commit naming conventions)
7:48 Engine locking (node, npm, yarn versions)
9:46 Prettier (automatically format code)
11:53 VS Code Settings & Extensions
13:34 Jest (Unit Tests)
18:06 Redux Toolkit (global state management)
21:50 Outro