Skip to content

Quickstart [archived]

Damyan Petev edited this page Mar 19, 2026 · 1 revision

ig quickstart

Warning

After 14.3.3 this command is no longer available in favor of simply running though the ig steps.

Overview

ig quickstart [framework] creates a quick start for your Ignite UI project.

Executing the quickstart command will install all required packages and will starts a web server. The generated quickstart application will be stored in the output/ directory.

Arguments

framework

--framework (alias: -f) default value: "jquery"

Framework to setup the quickstart project. The framework choices are: `jquery`, `angular` and `react`.

Example: ig quickstart --framework=angular

Clone this wiki locally