Nest JS Installation
Table of contents
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
npm i -g @nestjs/cli
nest new <project-name>
it will create following structure
npm start