# file_server **Repository Path**: coder_1024/file_server ## Basic Information - **Project Name**: file_server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-19 - **Last Updated**: 2022-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 前端编译 npm run build ## node启动 node ./server/index.js ## pm2 部署启动服务 pm2 start pm2.config.js --env dev pm2 start pm2.config.js --env prod ## dev服务器路径 cd /extra/web/file_server