Quickstart

ig quickstart

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