本文转自:https://malcoded.com/posts/angular-backend-express Angular is a single page application framework. Unfortunately, that does not mean that you don't require a server for certain tasks. After all, your data has to be served from somewhere... But d
参考:https://github.com/nestjs/typescript-starter 和 How to get auto restart and breakpoint support with Typescript and Node 安装 npm install nodemon ts-node --save npm install typescript --save-dev 直接运行start:dev nodemon会报错Error: Cannot find module 'types