# nodeExpress **Repository Path**: pochiko/nodeExpress ## Basic Information - **Project Name**: nodeExpress - **Description**: 【自制】express框架ts版 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: 2.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nodeExpress nodejs的express后台 (基本版,没有微信配置) 1. 使用了typescript进行开发; 2. 使用了mysql、redis数据库和winston日志; 3. 引用了eslint的typescript方式进行检查; 4. 通过gulp编译typescript变成js,放入服务端部署。