# ts-node-express-template **Repository Path**: biubiuuuu/ts-node-express-template ## Basic Information - **Project Name**: ts-node-express-template - **Description**: 一个现代化的Express模板,集成TypeScript、ESM支持和必要的中间件配置。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-14 - **Last Updated**: 2025-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ts-node-express-template A modern Express template with TypeScript, ESM support, and essential middleware configurations. ## Features - ✅ Express framework basic configuration - ✅ TypeScript type safety support - ✅ ESM module system - ✅ CORS middleware - ✅ JSON request parsing - ✅ Static file serving - ✅ Development hot reload (nodemon) - ✅ ESLint and Prettier code standards ## Quick Start ### Install dependencies ```bash npm install ``` ### Development mode ```bash npm run dev ``` ### Build production version ```bash npm run build ``` ### Start production server ```bash npm start ``` ## Project Structure ``` /src /index.ts # Application entry /middlewares # Middleware directory /utils # Utility functions /public # Static files directory ``` ## License MIT