Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 343 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 343 Bytes

node跨域代理转发

使用

1.克隆到本地

git clone https://github.com/shifeng1993/nodeServer.git

2.进入nodeServer文件夹

cd nodeServer

3.安装所有npm依赖

npm install

4.启动代理跨域转发服务

node app

注意:需要修改的地方代码中有注释提示,其余则不用动。