June 2025
Intermediate to advanced
837 pages
24h 50m
English
The nest new command creates a fully functional application with a base structure on which you can build your own implementation. To help you find your way around here, let’s first take a look at the directories and files the Nest CLI has created for you.
In many JavaScript environments, it has become best practice to store mainly the central configuration files in the root directory of an application and to arrange the actual source code in a hierarchy below, so there are a number of files in your Nest application here as well. The description of these files is shown in Table 14.3.
|
File Name |
Description |
|---|---|
|
.eslintrc |
This file contains the configuration ... |
Read now
Unlock full access