what does it mean to serve files in a static way in expres 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