Modular AngularJS + RequireJS Seed Project
For the impatient: Skip reading this post and jump directly to the AngularJS + RequreJS seed project. To help folks get started with AngularJS, the Angular community has put together a number of nice seed projects. Some of these seed projects make use of RequireJS to manage script loading and modularization, others do not. Most however do not attempt to present a clean modular layout, instead they remain fairly monolithic and leave much...