Installation
To get started, you can either scaffold the project with the Nest CLI, or clone a starter project (both will produce the same outcome).
npm i -g @nestjs/cli
nest new project-name
Alternatives
Alternatively, to install the TypeScript starter project with Git:
git clone https://github.com/nestjs/typescript-starter.git project
cd project
npm install
npm run start
HINT : If you'd like to clone the repository without the git history, you can use degit.