nodejs-typescript-template:新NodeJS应用程序的模板

时间:2021-02-14 17:18:38
【文件属性】:
文件名称:nodejs-typescript-template:新NodeJS应用程序的模板
文件大小:93KB
文件格式:ZIP
更新时间:2021-02-14 17:18:38
nodejs template typescript JavaScript NodeJS模板 使用TypeScript的NodeJS模板。 准备就绪,已经设置了ESLint,EditorConfig和Prettier。 技术领域 安装 克隆项目 git clone https://github.com/pedrozocatelli/nodejs-typescript-template.git 转到项目路径,然后使用以下命令安装依赖项: yarn 安装依赖项后,可以使用以下命令启动开发服务器: yarn dev 执照
【文件预览】:
nodejs-typescript-template-master
----package.json(967B)
----.eslintrc.json(920B)
----jest.config.js(6KB)
----prettier.config.js(91B)
----.env.example(6B)
----src()
--------routes()
--------server.ts(134B)
--------index.ts(495B)
----tsconfig.json(6KB)
----.gitignore(43B)
----README.md(722B)
----yarn.lock(214KB)
----.eslintignore(24B)
----.editorconfig(147B)

网友评论