9 lines
298 B
Markdown
9 lines
298 B
Markdown
|
|
# ng run
|
||
|
|
|
||
|
|
> Run an Architect target with an optional custom builder configuration.
|
||
|
|
> More information: <https://angular.dev/cli/run>.
|
||
|
|
|
||
|
|
- Run an Architect target using the format `project:target:configuration`:
|
||
|
|
|
||
|
|
`ng run {{project_name}}:{{build|serve|test|lint|...}}:{{development|production|...}}`
|