AngularJS dashboard
Steps:
-
clone this repository
-
run a simple HTTPserver in it's root ($ npm start OR $ python -m SimpleHTTPServer 8000)
-
Try Accessing the hosted code http://localhost:8000/
-
Now whenever you make any change, run $ rm -f scripts/combined.js;rm -f css/combined.css;grunt concat and refresh the browser to see your change.
(you might need to install grunt for this step. use $ npm install grunt-cli grunt)
That's all folks!