1. Install grunt, bower, yo.. etc. If you have miss any.
npm install -g grunt-cli bower yo generator-karma generator-angular
npm install -g grunt-cli bower yo generator-karma generator-angular
Yeoman is used to generate the scaffolding of your app.
Grunt is a powerful, feature rich task runner for Javascript.
2. Install the AngularJS generator:
npm install -g generator-angular
3. Generate a new AngularJS application.
yo angular
The generator will ask you a couple of questions. Answer them as you need.
4. Install packages/libs
bower install angular-bootstrap --save
View comments