Simple static web server for tests
npm install testaticSetup a static web server for testing with basic options.
npm install --save[-dev] testatic
```
var server = require('testatic')('./public', 8080);
server.close();
* dir: directory to serve static files from (default ./)port`: directory to serve static files from (default 8080)
*
Open issues in github.
Pull requests welcome!
Jerome Touffe-Blin, @jtblin, About me
testatic is copyright 2015 Jerome Touffe-Blin and contributors.
It is licensed under the BSD license. See the include LICENSE file for details.