Static server with directory listings.
This is a fbi task. If you haven't installed fbi yet, use the following command to install.
$ npm i -g fbi
oryarn global add fbi
fbi v3.0+
node v7.6+
- serve static files
- directory listings
Install
$ fbi add https://github.com/fbi-templates/fbi-task-serve.git
Run
$ cd path/to/any/directory
$ fbi serve
Run with params
$ fbi serve -p=9999
$ fbi serve -port=9999