Using the Template Wizard for VS Code

The Kendo UI Template Wizard for Visual Studio (VS) Code is a tool for scaffolding and building React applications with KendoReact.

The Template Wizard provides pre-built templates to easily set up React applications by using the KendoReact components.

Figure 1: Creating a project The Set a project name and location and create it dialog in the Kendo UI Template Wizard for VS Code

Available Templates

The Kendo UI Template Wizard for VS Code comes with a couple of built-in templates for some of the most popular components like the React Grid, React Chart, and React Form. These templates allow you to add pages with these components with a single click.

Figure 2: Choosing from the built-in pages The Select pages for your application dialog in the Kendo UI Template Wizard for VS Code

Styling

The Template Wizard for VS Code allows you to select one of the supported KendoReact themes and start your application with it.

Figure 3: Choosing a theme The Select theme for application dialog in the Kendo UI Template Wizard for VS Code

Setup

To set up the Template Wizard for VS Code:

  1. Install the Wizard from the VS Code extension section.
  2. Open the command palette with Ctrl+Shift+P on Windows or Cmd+Shift+P on macOS, and search for Kendo UI Template Wizard Launch.
  3. Choose the pages you want to add to your application.
  4. Select your preferred theme.
  5. Click the Create button to finish the setup.
  6. Install the NPM dependencies by typing npm install in the terminal.
  7. Run the application by typing npm start in the terminal.

You can also check the detailed guide for the Kendo UI Template Wizard for VS Code.

In this article

Not finding the help you need?