Is there a super lightweight file server that I could use for development on my mac?
I'm imagining something like:
> cd somefolder
> run server
...running static file server at http://0.0.0.0:2343...
It's only for development of static html/css/js/images - no outside connections needed.