# expressTsTemplate **Repository Path**: zhenYuFeng/express-ts-template ## Basic Information - **Project Name**: expressTsTemplate - **Description**: 支持 TypeScript 的 Express 模板框架,即拉即用。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-05-28 - **Last Updated**: 2024-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: Express, TypeScript, Nodejs ## README # expressTsTemplate #### 介绍 支持 TypeScript 的 Express 模板框架,即拉即用。现有全局内容。 - 统一状态码封装。 - 接口访问频率限制中间件。 - Joi参数校验。 #### 软件架构 Express、TypeScript。 #### 安装教程 ``` npm install -g nodemon typescript ts-node ``` #### 命令 ``` // 运行:开发环境 npm run dev // 生成 dist 包 npm run build // 运行:生产环境_运行前请先生成 dist 包. npm run prod ``` #### 配置说明 端口、数据库等配置信息, 可在`.env`文件中进行修改。