I am running a NodeJS server which uses a catchall route to serve a file \'index.html\'. In that file, I am linking to a javascript file in the same directory. That javasc
Also, your html file will look inside the /public folder itself for your script file. You'll need to give your index.html file the right path to your script file.