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:

--portnumberThe port number that runs the server on.
--hoststring""Set the server host.
--httpsbooleanEnables HTTPS connections to the server.
--keypathPath to custom SSL key.
--certpathPath to custom SSL certificate.
--no-interactivebooleanDisables interactive mode.
--jsonbooleanLog all messages to the console/stdout in JSON format.
--log-filepathEnables file logging to specified file.
--log-requestsbooleanEnables logging of all requests to the server.
--platformstringRun the dev server for the specified platform only. By default, the dev server will bundle for all platforms.
--no-reverse-portbooleanDisables running ADB reverse automatically when bundling for Android.
--reset-cache, --resetCachebooleanResets the transformation cache.
--verbosebooleanEnables verbose logging.
--max-workersnumber(Rspack only) The maximum number of workers to use for transformation parallelization. By default, the number of workers is derived from available CPU cores.
--configpathPath to a bundler config file, e.g webpack.config.js.
--webpackConfigpath--config insteadPath to a bundler config file, e.g webpack.config.js.
-h, --helpDisplay help for command.