node-solo

0.0.2 • Public • Published

solo

Super simple static server

Very basic server for running a single HTML file, useful for tests

installation:

npm install node-solo --save-dev

command-line usage:

solo my-file.html -p 8888

API usage:

solo.run("my-file.html",{port:8888});

Readme

Keywords

none

Package Sidebar

Install

npm i node-solo

Weekly Downloads

0

Version

0.0.2

License

none

Last publish

Collaborators

  • richmarr