#
Run the App#
Development modeTo run the app in development mode with hot module replacement (HMR) activated
This command will start the app on port 8100 and host 0.0.0.0 so you can easily access from other devices on your wifi network
#
Production modeSame as above but with production bundle and no HMR
#
iOSSame as development mode but will also open the IDE so you can execute the app in device. Make sure to have set up the iOS environment.
#
AndroidSame as development mode but will also open the IDE so you can execute the app in device. Make sure to have set up the Android environment.