Run the ui/development server
$bit start [component-pattern]
Copiedcopy
$bit c [component-pattern]
Copiedcopy

Arguments

ArgumentDescriptionRequired
component-patterncomponent name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and "!" to exclude. e.g. "ui/**, !ui/button". use `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern.

Options

OptionOption AliasDescriptionValue Type
--dev-dstart UI server in dev mode.boolean
--port-pport of the UI server.string
--rebuild-rrebuild the UI (useful e.g. when updating the workspace UI - can use the dev flag for HMR in this case)boolean
--skip-ui-build-skip building UIboolean
--verbose-vshow verbose output for inspection and prints stack traceboolean
--no-browser-ndo not automatically open browser when readyboolean
--skip-compilation-skip the auto-compilation before starting the web-serverboolean
--ui-root-name-uname of the ui root to use, e.g. "teambit.scope/scope" or "teambit.workspace/workspace"string