Locally run an app component (independent of bit's dev server)
$bit run <app-name>
$bit c <app-name>
Arguments
Argument | Description | Required |
---|---|---|
app-name | the app's name is registered by the app (run 'bit app list' to list the names of the available apps) | ✅ |
Options
Option | Option Alias | Description | Value Type |
---|---|---|---|
--dev | -d | start the application in dev mode. | boolean |
--port | -p | port to run the app on | string |
--verbose | -v | show verbose output for inspection and print stack trace | boolean |
--watch | -w | watch and compile your components upon changes | boolean |