1.0.5 • Published 4 years ago

ybaseframe v1.0.5

Weekly downloads
8
License
MIT
Repository
-
Last release
4 years ago

baseframe

QuickStart

$ npm install
$ npm test

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

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

Questions & Suggestions

Please open an issue here.