Skip to content

Instantly share code, notes, and snippets.

@weartstudio
Created January 30, 2018 16:30
Show Gist options
  • Save weartstudio/f014667f144eb598115339a4c9beb3dc to your computer and use it in GitHub Desktop.
Save weartstudio/f014667f144eb598115339a4c9beb3dc to your computer and use it in GitHub Desktop.
Live Reload JS, CSS and any Others when it changes.
/* This solution is for html frontend development.
1.) Install Node https://nodejs.org/en/
2.) In a commander or dash or anything like this type this after you find the working folder with 'cd':
npm install -g live-server
3.) Than you just start the server, type:
live-server
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment