Nest JS Installation

Install Nest js

npm i -g @nestjs/cli

Create Nest Project

nest new <project-name>

it will create following structure

Start Nest Application

npm start