The purpose of this project is to explore various front-end
- Design Patterns,
- Architecture Patterns,
- Tools, and
- Frameworks.
I am more interested in Patterns than I am in Frameworks, so currently this will be more interesting in terms of Patterns. I do recognize the need to stay relevant in frameworks, so I plan to explore how Angular JS measures up compared to various current alternatives, and make my personal recommendation based on that.
This is readme is not intended to be exhaustive, but simply to illustrate the most prominent.
git clone <path-to-project>
cd <path-to-project>
npm install
npm install --location=global bower
npm install --location=global grunt
bower install
grunt serve
Running grunt test
will run the unit tests with karma.