/templates

Project templates for kinds of JavaScript projects

Primary LanguageTypeScript

Create a new Ignite UI for WebComponents project

npx degit igjp-sample/templates/wc

Once you have completed the previous steps, you can restore packages and run the project by executing the following commands.

npm ci
npm start

Create a new Ignite UI for React project

Included component Command
IgrGrid npx degit igjp-sample/templates/react/grid
IgrDockManager npx degit igjp-sample/templates/react/dockmanager
IgrSpreadsheet npx degit igjp-sample/templates/react/spreadsheet
IgrCategoryChart npx degit igjp-sample/templates/react/categorychart

Once you have completed the previous steps, you can restore packages and run the project by executing the following commands.

npm ci
npm start