Shopify custome app deployment

I have a shopify app with reactjs node template. I want to deploy this app on my mysecurecloudhost.com cpanel.
I have followed some steps for that like

  1. created a subdomain in my cpanel.
  2. Then I have upload my shopify app on my file manager.
  3. I have setup NodeJS App and add my project index file path for installing node modules (like web/index.js)
  4. Then I have stated my node app server. And I am trying to access my shopify app on my domain url.

Please help me for How to deploy shopify with react app on share or vps server hosting cpanel?