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 新增修改代理程式碼hosts
訪問你的專案
PHP中文网2017-04-17 15:36:02
樓上說的都可以,補充一個用 nvm 安裝
curl -o- https://raw.githubusercontent... | bash
nvm install node
詳細看這裡:https://github.com/creationix...