0.1.1 • Published 9 years ago

mcap-serve v0.1.1

Weekly downloads
17
License
None
Repository
github
Last release
9 years ago

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/