hosting react with pm2

JavaScript
pm2 start my-app/node_modules/react-scripts/scripts/start.js --name "my-app"
Source

Also in JavaScript: