descargar npm mkdir angular_curso cd angular_curso/
sudo npm install -g yo sudo npm install -g bower sudo npm install -g grunt-cli sudo npm install -g generator-angular
//instalar angular-ui-router bower install angular-ui-router bower install underscore bower install angular-messages
yo angular , ejemplo: yo angular angular_curso Would you like to use Gulp (experimental) instead of Grunt? NO Would you like to use Sass (with Compass)? NO Todo lo demas Yes
//levantar la app grunt serve
Pruebas usando angular This project is generated with yo angular generator version 0.15.1.
Run grunt for building and grunt serve for preview.
Running grunt test will run the unit tests with karma.