Nestjs: Difference between revisions
From AWVVO
Jump to navigationJump to search
Created page with "<syntaxhighlight lang="bash" line="1" copy> copy code </syntaxhighlight>" |
mNo edit summary |
||
Line 1: | Line 1: | ||
<syntaxhighlight lang="bash | = Installation = | ||
<syntaxhighlight lang="bash" copy> | |||
npm i -g @nestjs/cli | |||
nest new project-name | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 18:31, 17 January 2025
Installation
npm i -g @nestjs/cli
nest new project-name