When running the site locally, I include all my node files in the same folder as the index.html file and then from the console I run the server side js which is node-dependent.
So in hosting this online, do I upload all the node files into the website directory? and how do I run the serverside js once the website is ready to be run?
thanks