express router static directory code example
Example 1: express public
app.use(express.static(__dirname + '/public'));
Example 2: static file
Static file is any content that can be delivered to an end user without
having to be generated, modified, or processed.