[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