node-server-typescript-demo node服务 - TypeScript示例 1. 安装依赖 npm install 或者 yarn 2. 启动开发环境 npm run dev 3. 编译 npm run build 4. 启动服务 npm run start