This is an online shopping application build with latest web technologies like AngularJS, Material Design Lite and Firebase.
version 0.0.1.
##Installation Guide
clone the project and run the following commands assuming that you have node, bower, and grunt install on you computer
npm install
to install all node package and
bower install
to install bower components that is all
Run grunt
for building and grunt serve
for preview.
Running grunt test
will run the unit tests with karma.