# learn express **Repository Path**: yp_program/learn-express ## Basic Information - **Project Name**: learn express - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-31 - **Last Updated**: 2024-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # express ## 生成应用 1. 安装: `npm install -g express-generator` `--help`帮助 2. 生成应用: `express --sessions --css stylus --ejs myapp` `DEBUG=express:* node app.js` 设置 DEBUG 环境变量为 `express:*` 加一层代理: `app.enable('trust proxy')`