<https://github.com/angular/angular-seed>
View<1...2> directories represent features.
Presentation, Logic, and Tests are co-located per reccomendations
Unit tests are named a little differently in the examples I've seen.
The `depth=1` option tells git to only pull down one commit worth of historical data.
git clone --depth=1 https://github.com/angular/angular-seed.git <your-project-name>npm install
**bower apparently runs behind the scenes