1.0.2 • Published 7 years ago

mini-server v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.1

10 years ago

0.1.0

10 years ago