Quickly Hosting Static Files In Your Development Environment with Node http-server

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:

image

bower install angular -S
bower install bootstrap -S
bower install underscore –S

image


Then, I installed my node module to he...

 •  0 comments  •  flag
Share on Twitter
Published on October 12, 2014 06:51
No comments have been added yet.