cordova run  <platform>
Run project (including prepare && compile)
Arguments
| Name | Description | 
|---|
| platform | Platform name(s) to run. If not specified, all platforms are run | 
Options
| Name | Description | 
|---|
| --list | Lists available targets. Displays both device and emulator deployment targets unless specified | 
| --debug | Deploy a debug build. This is the default behavior unless --release is specified | 
| --release | Deploy a release build | 
| --noprepare | Skip preparing (available in Cordova v6.2 or later) | 
| --nobuild | Skip building | 
| --device | Deploy to a device | 
| --emulator | Deploy to an emulator | 
| --target  <target> | Deploy to a specific target emulator/device. Use --list to display target options | 
| --buildConfig  <configFile> | Use the specified build configuration file. build.json file is used to specify parameters to customize the app build process especially related to signing the package |