Locally run an app component (independent of bit's dev server)
$bit run <app-name>
Copiedcopy
$bit c <app-name>
Copiedcopy

Arguments

ArgumentDescriptionRequired
app-namethe app's name is registered by the app (run 'bit app list' to list the names of the available apps)

Options

OptionOption AliasDescriptionValue Type
--dev-dstart the application in dev mode.boolean
--port-pport to run the app onstring
--verbose-vshow verbose output for inspection and print stack traceboolean
--watch-wwatch and compile your components upon changesboolean