01-static-express-demo Example of Using Static Files with Express The static files images, html, css etc are stored in the public folder. This is configured in the app.js with: app.use(express.static("./public"));