CentOS 安装Node并后台运行

curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -

sudo yum -y install nodejs
后台运行项目: nohup npm start&