No longer works
I'd guess that some things have updated and package.json doesn't specify the right versions, but I just wanted a quick-start boilerplate AngularJS app, and on loading I get these errors:
:8000/bower_components/html5-boilerplate/dist/css/normalize.css Failed to load resource: the server responded with a status of 404 (Not Found) :8000/bower_components/html5-boilerplate/dist/css/main.css Failed to load resource: the server responded with a status of 404 (Not Found) modernizr-2.8.3.min.js Failed to load resource: the server responded with a status of 404 (Not Found) angular.js Failed to load resource: the server responded with a status of 404 (Not Found) angular-route.js Failed to load resource: the server responded with a status of 404 (Not Found) angular.js Failed to load resource: the server responded with a status of 404 (Not Found) angular-route.js Failed to load resource: the server responded with a status of 404 (Not Found) app.js:4 Uncaught ReferenceError: angular is not defined at app.js:4 view1.js:3 Uncaught ReferenceError: angular is not defined at view1.js:3 view2.js:3 Uncaught ReferenceError: angular is not defined at view2.js:3 version.js:3 Uncaught ReferenceError: angular is not defined at version.js:3 version-directive.js:3 Uncaught ReferenceError: angular is not defined at version-directive.js:3 interpolate-filter.js:3 Uncaught ReferenceError: angular is not defined at interpolate-filter.js:3 :8000/favicon.ico Failed to load resource: the server responded with a status of 404 (Not Found) normalize.css Failed to load resource: the server responded with a status of 404 (Not Found) main.css Failed to load resource: the server responded with a status of 404 (Not Found)
Source: angular/angular-seed