2
I’m starting to study more Cordova but every time I need to use the
cordova run browser
to go up the server and test the app, with Node I use the nodemon to keep the server updating without having to restart, someone knows some alternative to let Cordova run forever, the same way nodemon works?
I even tested the nodemon as follows:
nodemon --exec cordova run browser
, but to no avail.