1.0.2 • Published 8 years ago

mini-server v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

miniserver

Install miniserver

npm install mini-server --save

miniserver( (string )absolute path,option number port,options boolean icon ) method

get started


create staticserver.js

  //put the static file path,and,run, that's all, port default:8080
  require('mini-server')(__dirname);
  

then

node staticserver.js

// boswer url:http://localhost:8080
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.1

11 years ago

0.1.0

11 years ago