之前学习TypeScript的时候,花了点时间把express-generator生成的express 模板项目转换成了TypeScript。或许可以再进一步做成个TypeScript的模板生成项目,不过,这样做到底有没有价值?
https://github.com/prufeng/tsexpress
Turn the express-generator Helloworld project to TypeScript.
Get started
npm install
Run build task, compile the ts to js.
tsc:build-tsconfig.json
Start the application with command line below.
npm start
Open url below in browser for test.
http://localhost:3000/

作者分享了将 express-generator 生成的 Helloworld 项目转换为 TypeScript 的过程,并探讨了将其进一步发展为 TypeScript 项目模板的价值。
1610

被折叠的 条评论
为什么被折叠?



