UNPKG

generator-hyper-angular

Version:

Yeoman generator for AngularJS/Express/node.js apps emphasizing modularity, configuration, and testing

7 lines (6 loc) 102 B
(function () { 'use strict'; exports.index = function (req, res) { res.render('index'); }; })();