You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.