script example served as static express
Example 1: express public
app.use(express.static(__dirname + '/public'));
Example 2: use static with expres
app.use(express.static('directoryName'))
#store the files in the directory as if you were making a website without express