##ANGULAR SETUP (Majd) -Started with Angular-Seed -ran the expected code from angular-seed repo -had issues understanding its structure and manipulation of index -Switched to Yeoman for seed npm install -g yo bower grunt-cli gulp AND bower install -ran (npm install -g generator-webapp) BUT this is for a generic app, NOT an Angular app -ran (npm install -g generator-angular) -make a folder with the app name -from this folder run the following: yo angular -follow prompts for the framework
This project is generated with yo angular generator version 0.12.1.
Run grunt
for building and grunt serve
for preview.
Running grunt test
will run the unit tests with karma.