I'm looking for something like npm live-server, that refreshes my webbrowser every time I make changes to a document. Npm live-server doesn't work with PHP files.
Currently using XAMPP Apache/MySQL to run WP locally.
Any ideas?
I'm looking for something like npm live-server, that refreshes my webbrowser every time I make changes to a document. Npm live-server doesn't work with PHP files.
Currently using XAMPP Apache/MySQL to run WP locally.
Any ideas?
Copyright © 2021 Jogjafile Inc.
For the one's that are interested: here is the final solution. (Big thanks to @Kintamasis )
Install Gulp / Gulp BrowserSync
Create a
gulpfile.jsin your themes' folder.gulp browser-syncin your WP theme folder.