1.0.1 • Published 5 years ago

cce-campaign v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

cce-campaign

cce - campaign framework

QuickStart

$ npm install
$ npm test

publish your framework to npm, then change app's dependencies:

// {app_root}/index.js
require('cce-campaign').startCluster({
  baseDir: __dirname,
  // port: 7001, // default to 7001
});

Questions & Suggestions

Please open an issue here.