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 (7 loc) 161 B
module.exports = function (app) { app.get('/', function (req, res, next) { res.render('index', { title: 'Express' }); }); };