# express-ts-template **Repository Path**: xiaole1996/express-ts-template ## Basic Information - **Project Name**: express-ts-template - **Description**: 自用express + typescript + EsModule项目模版 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-19 - **Last Updated**: 2025-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: Express, Nodejs, TypeScript ## README ## express + typescript ## 安装 ```bash npm install ``` ## 启动 ```bash npm run start ``` ## 构建 ```bash npm run build ``` ## 启动 ```bash node dist/src/bin/www ```