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