how to set up static folder on express webserver code example
Example: use static with expres
app.use(express.static('directoryName'))
#store the files in the directory as if you were making a website without express
app.use(express.static('directoryName'))
#store the files in the directory as if you were making a website without express