wip Works in progress; stuff I know won't be finished soon
feat Feature I'm adding or expanding
bug Bug fix or experiment
junk Throwaway branch created to experiment
ionic cordova emulate --list --no-native-run # List any OS
cordova run --list --no-native-run # List any OS
cordova run <platform> --list --no-native-run # List specific OS
ionic cordova emulate ios --target="iPhone-SE" --prod --no-native-run #runs with PROD config
ionic cordova emulate ios --target="iPhone-SE" --no-native-run #runs with DEV config
ionic cordova emulate android --target=e78ab88d --prod --no-native-run #runs with PROD config
ionic cordova emulate android --target=e78ab88d --no-native-run #runs with DEV config
ionic cordova run android --device
ionic cordova build browser
ionic cordova run browser