Skip to content

Instantly share code, notes, and snippets.

@SivaCse
Created July 29, 2016 06:42
Show Gist options
  • Save SivaCse/b8d70cb6b2b22f1b204c0086b0ba61aa to your computer and use it in GitHub Desktop.
Save SivaCse/b8d70cb6b2b22f1b204c0086b0ba61aa to your computer and use it in GitHub Desktop.
Live Reload usage instructions
npm install -g livereload
livereload "/var/www/html/some/some.html"
Make sure to have this script tag in your html files:
<script src="http://localhost:35729/livereload.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment