Runs a local webserver with livereload.
npm install mcap-serveRuns a local webserver with livereload.
``bash
$ npm install mcap-serve
`
`javascript`
var mcapServe = require('./lib/mcap-serve');
mcapServe({
root: './example/TestApp/client',
enableLivereload: true,
port:9200,
endpoint: 'http://localhost:8079/mway/appTest/api'
});
`bash``
node example/run.js
open http://localhost:9200/