Created
January 30, 2018 16:30
-
-
Save weartstudio/f014667f144eb598115339a4c9beb3dc to your computer and use it in GitHub Desktop.
Live Reload JS, CSS and any Others when it changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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