๐ 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