Skip to content

Commit 6d80fdc

Browse files
fix(commands): update ig start command description and remove default ports table
1 parent 908df35 commit 6d80fdc

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

skills/reference/commands.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ When run inside a project folder, the project's framework takes precedence over
8585
8686
---
8787

88-
## `ig start` — Serve & Default Ports
88+
## `ig start` — Serve
8989

9090
Builds the application, starts a web server, and opens it in the default browser.
9191

@@ -94,20 +94,11 @@ ig start
9494
ig start --port=1234
9595
ig start -p=1234
9696
```
97-
98-
| Framework | Type | Default URL |
99-
|-----------|------|-------------|
100-
| Angular | `igx-ts` | http://localhost:4200/ |
101-
| Angular | `ig-ts` (Wrappers) | http://localhost:3001/ |
102-
| React | `igr-es6` | http://localhost:3000/ |
103-
| React | `ig-ts` (Wrappers) | http://localhost:3002/ |
104-
| jQuery | `js` | http://localhost:3000/ |
105-
10697
---
10798

10899
## `ig build` — Compile Only
109100

110-
Compiles the project without launching a server. Installs npm dependencies and resolves OSS vs. licensed packages — prompts for Infragistics credentials if a licensed component (e.g. Grid) is detected. Build artifacts and CSS are output to the `output/` directory.
101+
Compiles the project without launching a server. Installs npm dependencies and resolves OSS vs. licensed packages — prompts for Infragistics credentials if a licensed component (e.g. Grid) is detected.
111102

112103
```bash
113104
ig build

0 commit comments

Comments
 (0)