0.0.5 • Published 6 years ago

neg-framework v0.0.5

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

neg

Egg Framework for Angular

QuickStart

$ npm install
$ npm test

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

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

Questions & Suggestions

Please open an issue here.