Started a NodeJs project. Working/editing on local server working ok (except for adding meta).
After publishing to production server, it doesn't. I get a message saying "It works!
NodeJS 10.24.1", but that is all.
Can someone please give me directions on how to publish?
If your server is still running NodeJS 10.24.1 then you should first upgrade it to the current LTS version. We currently have NodeJS 16 as a minimum requirement.
I recommend you provide more information about your server, because otherwise it makes a lot harder for others to help, as there's a infinity of server setups.
Or are you looking for a tutorial to setup a new server?