orion-muf / KHU-2017-2-Capstone2-RENEW

0 stars 0 forks source link

KHU-2017-2-Capstone2-RENEW

설명

진행

RENEW

google maps

color picker

boot strap

서버 실행 commands

node app --config=clientApp // clientApp 실행.
ps -ef | grep app.js // app.js 실행 중인  node app들 조회
ps -ef | awk '/app.js/{print $2}' | xargs -I{} lsof -Pan -p {} -i // app.js 실행 중인 node app들의 포트를 조회

포트