I would like to do a live update on my browser using localhost evertime i code(web) without having to refresh browser any help? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

7th Nov 2017, 7:42 PM
Kyle Kibet
Kyle Kibet - avatar
2 Answers
0
Found it. Turns out there is a Python package that does that, it's called livereload, try {pip install livereload}
10th Nov 2017, 11:36 PM
Kyle Kibet
Kyle Kibet - avatar
+ 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.
8th Nov 2017, 1:30 AM
Boris Batinkov
Boris Batinkov - avatar