Description
Static files and simple web content can be served quickly from a directory. It is useful for local previews, quick sharing, and testing frontend builds without setting up a larger web server.
Serving a folder can expose every file inside it depending on host and port settings. Start it only from intended directories and avoid public binding for private content.