felix-cao / Blog

A little progress a day makes you a big success!
29 stars 4 forks source link

001 NestJS - Hello world #227

Closed felix-cao closed 5 days ago

felix-cao commented 5 days ago

一、安装 nest 命令行

$ npm i -g @nestjs/cli

顺便熟悉一下 nest 命令

image

二、利用 nest 命令行创建项目

$ nest new api-backend

三、 启动项目

npm run start:dev

打开浏览器输入 http://localhost: 3000