Here is a brief instruction of hosting a MERN application in a VPS. Basically I am going to share the steps of hosting any MERN application.
Connect with the VPS using ssh. In this step you need to connect the remote server with the local terminal or other cli tool.
ssh username@ip_address_of_the_vps_serverNote: First time you need to type yes for confirmation the fingerprint.