-
Notifications
You must be signed in to change notification settings - Fork 8
Start
Damyan Petev edited this page Mar 19, 2026
·
7 revisions
ig start builds the application, starts a web server and opens the application in the default browser.
port (v2.0.0)
--port (alias: -p) default value: defaultPort specified in the project specific ignite-ui-cli.json file.
Can optionally pass a port to be used when serving the application.
| Framework | Project type | Port | Code |
|---|---|---|---|
| Angular | Ignite UI for Angular (igx-ts) |
http://localhost:4200/ |
ig start --port=1234Using aliases:
ig start -p=1234 |
| React | Ignite UI for React (igr-ts) Introduced in Ignite UI CLI v4.0.0 |
http://localhost:3003/ |
ig start --port=1234Using aliases:
ig start -p=1234 |
| Web Components | Ignite UI for Web Components (igc-ts) Introduced in Ignite UI CLI v9.0.0 |
http://localhost:8000/ |
ig start --port=1234Using aliases:
ig start -p=1234 |
| jQuery | Ignite UI for jQuery (js) |
http://localhost:3000/ |
ig start --port=1234Using aliases:
ig start -p=1234 |