How to create an AngularJS project using Yo generator HD
This Tutorial helps you in kick starting an Angular Web app project using Yeoman generators. A Yeoman generator is basically a plugin that can be run with the `yo` command to scaffold complete projects or useful parts. The Yeoman workflow comprises of three types of tools for improving your productivity when building a web app: the scaffolding tool (yo), the build tool (Grunt, Gulp, etc) and the package manager (like Bower and npm). If you are not aware of any of these tools, not to worry at all. Knowledge of those tools are not required for the scope of this tutorial. Please provide your comments if you have any queries or feedback.