This document shows how to emulate Cordova apps in the browser.
1 Add browser platform
To be able to run and view your application in the browser go to your project root folder and execute this line:
Copy
$ cordova platform add browser
2 Execution
Execute this comand to start the browser emulator:
Copy
$ cordova run browser
