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:
number
The port number that runs the server on.
string
""
Set the server host.
boolean
Enables HTTPS connections to the server.
string
Path to custom SSL key.
string
Path to custom SSL certificate.
boolean
Disables interactive mode.
boolean
Enable the new debugger experience. Connection reliability and some basic features are unstable in this release.
boolean
Log all messages to the console/stdout in JSON format.
string
Enables file logging to specified file.
boolean
ADB reverse port on starting devServers only for Android.
boolean
Silences all logs to the console/stdout.
boolean
Enables verbose logging.
string
Path to a Webpack config file.
Display help for the command.