Description Nest framework. Please install NestJs with this command $ npm i -g @nestjs/cli Now install the dependencies using the below command $ npm install Running this app using the following command $ npm run start:dev Once started this will run the application on port 3000. http://localhost:3000