Package Exports
- big
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (big) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Big
Developer Start
Install Big Globally
In a terminal, run:
<sudo> npm install big -g
Install as a Library in an Application
Inside a project folder with a package.json
, run:
npm install big
Add the following to the entry point of your application:
var big = require('big');
big.use('creature');
big.use('admin');
big.admin.start(function(err, server) {
big.logger.info('admin server started on http://0.0.0.0:8888/admin');
big.logger.help('username and password is: admin');
});
Starts a http web admin server on http://admin:admin@localhost:8888/admin
Resource Development
https://github.com/bigcompany/resource