m.static
v2.2.0
Published
m(icro)static is a lightweight static file server for node.js written in es6+
Downloads
17
Maintainers
Readme
m.static
m(icro)static is a lightweight static file server for node.js written in es6+
Local Usage
$ npm i
$ npm start --port 8088 --cwd ./ --defaultFile index.html --errorFile 404.htmlGlobal Install
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