Starting everything
yarn build
Installing PM2
npm install -g pm2
Starting the application
pm2 start npm --name "niekform" -- start
Starting the application on boot
pm2 startup
Saving the current process list
pm2 save
Stopping the application
pm2 stop niekform
Restarting the application
pm2 restart niekform