pm2 모듈을 설치하고 노드 명령어를 백드라운드에서 동작하게 할 수 있다
npm install pm2 -g
pm2 --name HelloWorld start npm -- start
# 실행 중인 앱 확인 pm2 ps # 종료 pm2 delete 0