# nodeServe **Repository Path**: dova007/node-serve ## Basic Information - **Project Name**: nodeServe - **Description**: 前端需要启动多个web服务供不同后端使用,或者其他需要启动多个web服务的场景 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-08 - **Last Updated**: 2023-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 拉取仓库代码 2. 安装依赖 npm install 3. 将dist包放进根目录的web文件夹中,可多个 4. 命令行执行 node app.js 5. 根据命令行显示运行的端口,自行查看运行的服务 ​ 1.Pull the warehouse code ​ 2.Installation depends on npm install ​ 3.Put the dist package into the web folder of the root directory, there can be multiple ​ 4.Execute node app.js on the command line ​ 5.Display the running port according to the command line, and check the running service by yourself