This is express recommendation on how to serve static files:
https://expressjs.com/en/starter/static-files.html
app.use(express.static(\'public\'))