mcap-serve
v0.1.1
Published
Runs a local webserver with livereload.
Downloads
7
Readme
mcap-serve
Runs a local webserver with livereload.
Install
$ npm install mcap-serve
Usage
var mcapServe = require('./lib/mcap-serve');
mcapServe({
root: './example/TestApp/client',
enableLivereload: true,
port:9200,
endpoint: 'http://localhost:8079/mway/appTest/api'
});
Example
node example/run.js
open http://localhost:9200/