pm2 start react node server code example
Example 1: pm2 start npm start
pm2 start npm --name "app name" -- start
Example 2: deploy create react app pm2
pm2 serve build 8082 --spa
pm2 start npm --name "app name" -- start
pm2 serve build 8082 --spa