Skip to content

m(icro)static is a lightweight static file server for node.js written in es6+

License

Notifications You must be signed in to change notification settings

ivoputzer/m.static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

m.static

travis dependencies coverage status linter

node version license minzip downloads

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

About

m(icro)static is a lightweight static file server for node.js written in es6+

Resources

License

Stars

Watchers

Forks

Packages

No packages published