I\'d still like to try to get an example running w/ Yeoman and Express.
I tried the following and it worked \"okay\", but I\'m stuck merging the routes. (over simpl
This project seems to cover all of the requirements (and even has optional support for MongoDB): https://github.com/DaftMonk/generator-angular-fullstack
I've just tried it locally and it works:
npm install -g generator-angular-fullstack
yo angular-fullstack [appname]
See the GitHub page for more info.