The Default Dependencies
Understand the role of each dependency in NestJS.
We'll cover the following...
This lesson explores the dependencies we need to install to build our first NestJS application from scratch. Let’s look at these dependencies and their roles within the framework.
Dependencies
In our first NestJS application, we declared several key dependencies in the package.json
file. These ...