FlashcardBeginner
Default Project Structure
A new NestJS project ships with a src folder containing the root module, controller, service, and main.ts.
Question
What does the default NestJS project folder structure look like?
Click to reveal answer
A new NestJS project ships with a src folder containing the root module, controller, service, and main.ts.
What does the default NestJS project folder structure look like?