Socket
Socket
Sign inDemoInstall

create-kendoreact-app

Package Overview
Dependencies
124
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-kendoreact-app

The `create-kendoreact-app` tool is a thin wrapper around `create-react-app`. It provides a setup wizard that helps developers create a new React application with [KendoReact components](https://www.telerik.com/kendo-react-ui/).


Version published
Weekly downloads
258
increased by44.94%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Create KendoReact App

The create-kendoreact-app tool is a thin wrapper around create-react-app. It provides a setup wizard that helps developers create a new React application with KendoReact components.

KendoReact 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.create-kendoreact-app is a tool which makes starting a KendoReact project much easier because it removes the need to perform the manual process of copying the npm install commands from the KendoReact documentation.

Create KendoReact App will create an application that can use any of the KendoReact UI components demonstrated in our docs and demos without additional configuration.

The following code snippet shows how to start building a new app with the Create KendoReact App tool:

npx create-kendoreact-app

The create-kendoreact-app tool accepts the same options as create-react-app and adds the following arguments as additional options:

  • --theme
  • --typescript
  • --sass

If no arguments are provided, the create-kendoreact-app tool will pause and ask questions related to which theme should be used, whether or not the developer wants to use TypeScript or plain JavaScript, as well as if developers prefer to use CSS or Sass.

You can also skip the create-kendoreact-app wizard and set the options listed above as arguments, for example:

npx create-kendoreact-app my-kendoreact-app --typescript --sass --theme=material

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.

FAQs

Last updated on 11 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc