适用于简单Typescript任务的样板启动器(由jest测试),由Localhost Academy提供 由 样板包括: 打字稿以获得更好的代码编写 带有打字稿的笑话,可进行舒适的测试 用于实时脚本重新加载的nodemon 如何安装全局dep(如果尚未安装): npm install - g typescript nodemon jest ts - jest esbuild npx concurrently // or yarn global add typescript nodemon jest ts - jest esbuild npx concurrently 如何安装deps: npm install // or yarn 样板结构: // src/* - developers files // build/* - production files // src/c