Nestjs

From AWVVO
Revision as of 06:26, 18 January 2025 by Admin (talk | contribs) (Installation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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/