m(icro)static is a lightweight static file server for node.js written in es6+
$ npm i
$ npm start --port 8088 --cwd ./ --defaultFile index.html --errorFile 404.html
when installed globally m.static
can be used as follows:
$ npm i -g m.static
$ m.static --port 8088 --cwd ./ --defaultFile index.html --errorFile 404.html