How to run multiple app using PM2?

前端 未结 4 862
北荒
北荒 2021-01-21 07:02

I want to run my angular4 app using PM2 it will run but when I am close the terminal it will stop.

  1. On this server already run

4条回答
  •  孤街浪徒
    2021-01-21 07:46

    You can start any NodeJs server using pm2 start ****.js --name "Project Name".

    You can check that server is online or not.

提交回复
热议问题