i using yeoman 1.0 beta , not interested in express-stack branch. what, then, recommended/best way use yeoman scaffold angular project within express?
i tried running yo angular --minsafe
in root directory of express project (where app.js
, package.json
are), yeoman trying override package.json
, , angular files didn't go public
subdirectory properly. not sure if can go manually moving angular files around without breaking bower , grunt functionalities.
would great have advice, thanks!
this project seems cover of requirements (and has optional support mongodb): https://github.com/daftmonk/generator-angular-fullstack
i've tried locally , works:
npm install -g generator-angular-fullstack yo angular-fullstack [appname]
see github page more info.
Comments
Post a Comment