Heim > Fragen und Antworten > Hauptteil
PHPz2017-04-17 15:36:02
brew install node
brew install nginx
npm install express
npm install pm2 -g
pm2 start bin/www
修改 nginx.conf 添加 server 反向代理
修改hosts
访问你的项目
大概就这么个流程,仅供参考
PHP中文网2017-04-17 15:36:02
楼上说的都可以,补充一个用 nvm 安装
curl -o- https://raw.githubusercontent... | bash
nvm install node
详细看这里:https://github.com/creationix...