UNPKG

generator-angular-eggs

Version:

Angular 1.5, Angular Component Router, Bootstrap v4(alpha) and TingoDB(like MongoDB) with an Express server

15 lines (13 loc) 177 B
(function() { 'use strict'; module.exports = { options: { port: 8000, }, dev: { options: { script: 'server/app.js' } } }; })();