m.static

2.2.0 • Public • Published

m.static

ci dependencies style Coverage Status quality node version license

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.html

Global 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

/m.static/

    Package Sidebar

    Install

    npm i m.static

    Weekly Downloads

    4

    Version

    2.2.0

    License

    MIT

    Unpacked Size

    12.4 kB

    Total Files

    12

    Last publish

    Collaborators

    • ivoputzer