试图让Nest JS为一个新项目运行。
已运行以下“入门指南”
$ git clone https://github.com/nestjs/nest-typescript-starter.git project
$ cd project
$ npm install
$ npm run start
但是当我打开http://localhost:3000时出现错误Cannot GET /
这是正常的还是我需要在实际运行之前添加组件或模块?
我发现文档实际上并没有解释克隆和安装软件包后要做什么......
提前致谢