Simple server to serve specified folder locally
Sometimes you just need a simple server that would serve a certain directory. For example, when you're compiling your code to Web Assembly, browser won't let you access those files via file URI scheme (file:\\
), you'll need to serve them via http.
It leverages the power of warp, so all the complexity is handled there.
localserver [/path/to/folder] [port] (optional)