Serving static files in Express September 3, 2016 app.use(express.static('public')); References https://expressjs.com/en/starter/static-files.html Related