# deploy-script-demo-js **Repository Path**: TT2/deploy-script-demo-js ## Basic Information - **Project Name**: deploy-script-demo-js - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-26 - **Last Updated**: 2026-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deploy-script-demo-js ``` # 安装依赖(已完成,新环境需执行) npm install # 启动代理服务 node server.js npm start # 关闭 for /f "tokens=5" %a in ('netstat -aon ^| findstr ":3456"') do taskkill /F /PID %a 直接在终端 Ctrl+C 如果你是在终端里用 node server.js 启动的,直接按 Ctrl+C 即可 ``` 然后浏览器打开 http://localhost:3456 即可使用。