I'm starting to study the cordova more but every time I need to use the
cordova run browser
To upload the server and test the app, with node I use the nodemon to leave the server updating without having to reboot, someone knows some alternative to leave the cordova running forever, just as the nodemon works?
I got to test the nodemon as follows:
nodemon --exec cordova run browser
, but without success.