-
Notifications
You must be signed in to change notification settings - Fork 8
Quickstart [archived]
Damyan Petev edited this page Mar 19, 2026
·
1 revision
Warning
After 14.3.3 this command is no longer available in favor of simply running though the ig steps.
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.
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