Yesterday, I was looking into AngularJS which is a long overdue for me. I wanted to have a really quick test space on my machine to play with AngularJS. I could just go with Plunker or JSFiddle but I wasn’t in the mood for an online editor.
So, I first installed Bower and then I installed a few libraries to get me going. I made sure to save them inside my bower.json file, too:
bower install angular -S
bower install bootstrap -S
bower install underscore –S
Then, I installed my node module to he...
Published on October 12, 2014 06:51