π NestJS Blog Series β Series 1
π οΈ Bootstrapping a NestJS App & Understanding App Structure
β
Getting Started with nest new todoApp
We create a new NestJS project using the CLI:
nest new todoApp
This sets up a clean TypeScript backend with:
A modular structure
TypeScript out o...
ichiragkumar.tech3 min read