2016-10-25 20:16发布
在mac机上如何安装使用Node.js,如何搭建服务器,启用服务器,测试等等。
brew install nodebrew install nginxnpm install expressnpm install pm2 -gpm2 start bin/www修改 nginx.conf 添加 server 反向代理修改hosts访问你的项目
大概就这么个流程,仅供参考
最多设置5个标签!
付费偷看金额在0.1-10元之间
brew install node
brew install nginx
npm install express
npm install pm2 -g
pm2 start bin/www
修改 nginx.conf 添加 server 反向代理
修改hosts
访问你的项目
大概就这么个流程,仅供参考
一周热门 更多>