start
or webpack-start
is a command-line tool that starts the React Native development server with Webpack integration.
In the root of an existing React Native project with re.pack, run this command in your terminal of choice:
boolean
false
Increase logging verbosity.
string
Path to custom SSL certificate.
string
""
Set the server host.
boolean
false
Enables HTTPS connections to the server.
string
Path to custom SSL key.
number
The port number that runs the server on.
boolean
Disables interactive mode.
boolean
false
Silences all logs to the console/stdout.
boolean
false
Enable the new debugger experience. Connection reliability and some basic features are unstable in this release.
boolean
false
Log all messages to the console/stdout in JSON format.
boolean
false
ADB reverse port on starting devServers only for Android.
string
Enables file logging to specified file.
string
"[project_root]/webpack.config.mjs"
Path to a Webpack config file.
Display help for the command.