-
Notifications
You must be signed in to change notification settings - Fork 7
Start
Damyan Petev edited this page Feb 20, 2019
·
6 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 |
Ignite UI Angular Wrappers (ig-ts) |
http://localhost:3001/ |
ig start --port=1234Using aliases:
ig start -p=1234 |
|
| jQuery | default (js) |
http://localhost:3000/ |
ig start --port=1234Using aliases:
ig start -p=1234 |
| React | Ignite UI React Wrappers (es6) |
http://localhost:3002/ |
ig start --port=1234Using aliases:
ig start -p=1234 |
Ignite UI for React (igr-es6) Introduced in Ignite UI CLI v4.0.0 |
http://localhost:3003/ |
ig start --port=1234Using aliases:
ig start -p=1234 |