+ 1
I would like to do a live update on my browser using localhost evertime i code(web) without having to refresh browser any help?
how to make my computer act as a server, using localhost so that i can get a live update whenever i code, am using Linux OS.
2 Answers
0
Found it. Turns out there is a Python package that does that, it's called livereload, try {pip install livereload}
+ 1
Did you try with some extension for your browser?
I used 'Easy Auto Refresh' extension for my Chrome browser. It refreshing the page automatically on periodic time.