UNPKG

generator-booang

Version:

Latest Angular and Boostrap generator. Based on the MEAN stack generator for Yeoman. Angular 1.2.0-rc.2 and Bootstrap 3

8 lines (6 loc) 181 B
var app = require('./app'); module.exports = require('http').createServer(app); module.exports.express = app; module.exports.use = function() { app.use.apply(app, arguments); };