Nestjs
From AWVVO
Installation
npm i -g @nestjs/cli
nest new myapp [--language js]
cd myapp
npm run start
Navigate to http://localhost:3000/
npm i -g @nestjs/cli
nest new myapp [--language js]
cd myapp
npm run start
Navigate to http://localhost:3000/