testatic

0.1.0 • Public • Published

testatic

Setup a static web server for testing with basic options.

Installation

npm install --save[-dev] testatic

Usage

var server = require('testatic')('./public', 8080);
server.close();

API

  • dir: directory to serve static files from (default ./)
  • port: directory to serve static files from (default 8080)

Contributing

Open issues in github. Pull requests welcome!

Author

Jerome Touffe-Blin, @jtblin, About me

License

testatic is copyright 2015 Jerome Touffe-Blin and contributors. It is licensed under the BSD license. See the include LICENSE file for details.

Readme

Keywords

Package Sidebar

Install

npm i testatic

Weekly Downloads

0

Version

0.1.0

License

BSD

Last publish

Collaborators

  • jtblin