[Nest] Nest.js Initial Setup
🐈 Setup
npm i @nestjs/cli - Install the Nest.js CLI library.
nest new [project-name] - Create a new project.
If the folder is already created, use nest new ./ instead.
The generated directory and files will look like this:
├── README.md
├── n...
siwonlog.hashnode.dev4 min read