I am new to web development and have never deployed an app before. I have bought a domain, ssl, and shared hosting through go daddy and am trying to deploy a simple Sapper app.
I have been able to deploy a basic node.js app by following this thread I have Godaddy Shared Web Hosting I need to host node.js website can host site?
I have uploaded my app folder into the user/public_html folder and can successfully build the app by running:
node sapper/build
The terminal replies with "Starting server on port 3000" which doesn't change anything. My guess is I need to modify my server.js but I am really out of my depth (it's using polka btw). If someone could please help me deploy the app correctly and how to integrate the ssl certificates it would be much appreciated.
Thanks :)