cra-template-kendo
Version:
The base template for Create React App.
31 lines (19 loc) • 2.38 kB
Markdown
# Create React App Template Kendo
[**Create React App**](https://github.com/facebook/create-react-app) is a tool for scaffolding and building React applications.
The `create-react-app` script allows developers to provide [**custom templates**](https://create-react-app.dev/docs/custom-templates/) through the `--template option.
For [KendoReact](https://www.telerik.com/kendo-react-ui/) applications, you can choose between four different templates, depending on the preferred technology stack:
- [cra-template-kendo](https://www.npmjs.com/package/cra-template-kendo)—A template for React applications using KendoReact.
- [cra-template-kendo-sass](https://www.npmjs.com/package/cra-template-kendo-sass)—Adds`sass`support.
- [cra-template-kendo-typescript](https://www.npmjs.com/package/cra-template-kendo-typescript)—Adds`typescript`support.
- [cra-template-kendo-typescript-sass](https://www.npmjs.com/package/cra-template-kendo-typescript-sass)—Adds support for both `typescript` and `sass`.
The following code snippet demonstrates the usage of the `cra-template-kendo` template:
```
npx create-react-app my-react-app --template cra-template-kendo
```
There is another easy way to create a [KendoReact](https://www.telerik.com/kendo-react-ui/) application by using the [**Create KendoReact App**](https://www.npmjs.com/package/create-kendoreact-app) tool. It provides a setup wizard that guides the user through an intuitive process of creating KendoReact application. The wizard asks for a project name, application theme, TypeScript and SASS support.
- Theme—Select between the build-in themes: Bootstrap, Material or Kendo UI Default.
- Typescript—Enable TypeScript support.
- SASS—Enable SASS support
[KendoReact](https://www.telerik.com/kendo-react-ui/) is a professional UI library on a mission to help developers design and build business apps with React much faster. KendoReact’s 100+ customizable and feature-rich components and advanced functionality are built from the ground up for React and are fully accessible.
_Copyright © 2023 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved._
_Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software_ _Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries._