The Default Dependencies
Explore the essential dependencies needed to create a NestJS application from scratch. Understand the role of core packages like @nestjs/common, @nestjs/core, and @nestjs/platform-express, as well as tools for TypeScript and development servers that enable efficient back-end development.
We'll cover the following...
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 ...