Nestjs

From AWVVO
Jump to navigationJump to search

Installation

npm i -g @nestjs/cli
nest new myapp [--language js]

cd myapp
npm run start

Navigate to http://localhost:3000/