server starter typescript:打字稿服务器样板 源码
服务器启动器打字稿 用于构建准系统TypeScript Node.js服务器的入门项目。 部署 要求 Node.js 10以上 依存关系 主要依赖项: 打字稿 固定 笑话 npm 漂亮和ESLint 开始吧 首次运行存储库的步骤: 克隆仓库: git clone https://github.com/ruanmartinelli/server-starter-typescript.git < NEW> cd < NEW> 检查Node.js版本: node -v # Should be v10.0.0+ 如果已安装 ,则可以运行nvm use切换到版本1
文件列表
server-starter-typescript-master.zip
(预估有个33文件)
server-starter-typescript-master
.env.example
89B
.github
workflows
ci.yaml
283B
.eslintrc.js
453B
src
app.ts
2KB
config.ts
639B
middleware
暂无评论