This is the very much needed feature bcz its hard to press the run button after every few seconds, there is an extension too but that isn’t working.
Replit should make an inbuilt live preview
so it automatically updates the web page during development which will make it even better
1 Like
Use https://replit.com/@replit/HTML-CSS-JS-Auto-Refresh as a development repl and use either:
- a static deployment
- a normal HTML repl for the production website, which is linked to the same GitHub repo as the dev repl but on a separate branch. Each time you pull a commit, you’ll have to make some change to the file or its parent folders: see Pulling into HTML repl from GitHub causes issues - #3 by UMARismyname
2 Likes
It is very slow and is a long process too, replit should make a live server like the one in VS Code which refreshes in mini seconds, there is an extension too but that isn’t working, at-least that should work
3 Likes