在mac机上如何安装使用Node.js,如何搭建服务器,启用服务器,测试等等。
ringa_lee
물론 공식 문서를 참조하는 것이 가장 좋습니다: https://nodejs.org/en/download/。
brew 설치 노드brew install nginxnpm install expressnpm install pm2 -gpm2 start bin/wwwnginx.conf 수정 서버 역방향 프록시 추가호스트 수정 프로젝트에 액세스
이 과정은 참고용입니다
위에 언급된 모든 사항은 괜찮습니다. 하나 더 추가하겠습니다. nvm을 사용하여 설치하세요
curl -o- https://raw.githubusercontent... bash
nvm 설치 노드자세한 내용은 여기를 참조하세요. https://github.com/creationix...
물론 공식 문서를 참조하는 것이 가장 좋습니다: https://nodejs.org/en/download/。
brew 설치 노드
brew install nginx
npm install express
npm install pm2 -g
pm2 start bin/www
nginx.conf 수정 서버 역방향 프록시 추가
호스트 수정
프로젝트에 액세스
이 과정은 참고용입니다
위에 언급된 모든 사항은 괜찮습니다. 하나 더 추가하겠습니다. nvm을 사용하여 설치하세요
curl -o- https://raw.githubusercontent... bash
nvm 설치 노드
자세한 내용은 여기를 참조하세요. https://github.com/creationix...