How do you serve static files efficiently using Express.js?
I want to serve static files like images, CSS, and JavaScript efficiently in my Express.js application to improve performance. I'm looking for the best practices for setting up static file serving, including configuration tips for caching, directory structure, and any middleware options available in Express. What’s the optimal way to serve static files in an Express.js app?