discovered 03 Aug 2026
serve
→ View on GitHub`serve` is a command-line tool designed to serve static sites, single page applications, or files from a local directory, featuring an intuitive directory listing interface. It can be easily invoked using `npx serve` or installed globally via npm, and it offers customizable configurations through a `serve.json` file. Additionally, the tool's core functionality is powered by `serve-handler`, allowing integration into existing HTTP servers for advanced use cases.