serve directory with index.htmlin express code example
Example 1: how to use static file node js
app.use('/static', express.static(path.join(__dirname, 'public')))
Example 2: how to use static file node js
app.use('/static', express.static('public'))