node express ts starter:使用NodeJS和ExpressJS启动TypeScript项目的模板 源码
TypeScript中的NodeJS + ExpressJS入门 它包含什么 带有TypeScript的NodeJS + ExpressJS支持 使用Jest和 (针对API)进行测试支持 使用Prettier格式化支持 ESLint支持 能够通过Jest收集代码覆盖率 蜜蜂 当地的 # index page curl -v https://localhost:3000/ # newest customers http://localhost:3000/customers/newest # recent transactions http://localhost:3000/transactions/recent # transactions count http://localhost:3000/transactions/count 指令 # to start development n
文件列表
node-express-ts-starter-main.zip
(预估有个25文件)
node-express-ts-starter-main
.eslintrc.json
306B
.github
workflows
main.yml
181B
.prettierignore
114B
src
app.ts
119B
api
customer.test.ts
808B
暂无评论