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
- created a subdomain in my cpanel.
- Then I have upload my shopify app on my file manager.
- I have setup NodeJS App and add my project index file path for installing node modules (like web/index.js)
- 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?