# express-demo **Repository Path**: dreamidea/express-demo ## Basic Information - **Project Name**: express-demo - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README README

使用说明

启动

node web/app.js
如果要加运行环境变量调试,则:
export profile=dev && node web/app.js

node run.js -e dev -p 8888 -n 4
其中-e是运行环境,-p是运行端口, -n是集群节点数

目录说明

web目录的说明