Skip to content

anandkanav92/absent-sir

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

absent-sir

AngularJS dashboard

Steps:

  1. clone this repository

  2. run a simple HTTPserver in it's root ($ npm start OR $ python -m SimpleHTTPServer 8000)

  3. Try Accessing the hosted code http://localhost:8000/

  4. 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!

About

angularJS Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.0%
  • HTML 17.6%
  • CSS 3.4%