Is it possible to use Cordova with nodemon?

Asked

Viewed 175 times

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.

1 answer

1


I found a viable solution, the Cordova Browser-Sync Plugin.

With it you can edit the html of the app without needing to update anything, it refreshes the emulator you are using.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.