Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 345 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 345 Bytes

代理服务器,前端测试用

使用

  • 静态资源放到 ./public

  • 修改 ./config.json,配置代理

    {
      "target": "http://gaolihai.cool:8080", // 目标主机
      "localPort": 80                        // 本地端口
    }
  • 运行

    npm install
    npm run start