-
Notifications
You must be signed in to change notification settings - Fork 4
Quickstart
IvayloG edited this page Feb 23, 2018
·
3 revisions
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