Setting up an opinionated starter NestJS Starter TypeScript Project with must-have libraries

Eli Elad Elrom
6 min readApr 22, 2022

This article will cover how to set up a starter NestJS professional project with must-have libraries including typescript, linting, formatting, testing, authentication, API docs, and much more. See the final project here: https://github.com/EliEladElrom/nestjs-starter-server

--

--