Skip to content

Commit e61a8bf

Browse files
Merge pull request #1832 from telerik/kendo-react-homepage-demo
chore: add kendo-react-homepage-demo app
2 parents aec41c9 + 197f552 commit e61a8bf

36 files changed

+25153
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules/*
2+
build/
3+
.env
4+
**/kendo-ui-license**
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
This project has been released under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html), the text of which is included below. This license applies ONLY to the source of this repository and does not extend to any other Kendo UI distribution or variant, or any other 3rd party libraries used in a repository. For licensing information about KendoReact, see the [License Agreements page](https://www.telerik.com/purchase/license-agreement/progress-kendoreact) at [KendoReact.com](http://www.kendoreact.com).
2+
3+
> Copyright © 2024 Progress Software Corporation and/or its subsidiaries or affiliates.
4+
5+
> Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
> [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
10+
11+
> Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# kendo-react-issues-grids
2+
Sample application that shows off the usage of the KendoReact Grid component with data from two different sources:
3+
- fetched through GraphQL queries;
4+
- local .json files
5+
6+
### In order to run the application, you should run the following scrips:
7+
8+
## 1. npm install
9+
- Installs all the necessary packages and their dependencies.
10+
11+
## 2. npm start
12+
- Starts the application on the development server on port 3000 ( localhost:3000/kendo-react-homepage-demo )
13+
14+
15+
### Additional available scripts:
16+
17+
## 1. npm build
18+
- Ensures that the finished project is bundled, minified, and optimized with best practices for deployment.
19+
20+
## 2. npm test
21+
- Enables you to launch the test runner in interactive watch mode that lets you control Jest with your keyboard.
22+
23+
## 3. npm eject
24+
- Gives you full control over the React app configuration.
25+
26+
## 4. npm predeploy
27+
- Runs the npm build script and prepares the app for the upcoming deployment.
28+
29+
## 5. npm deploy
30+
- Deploys the app to GitHub pages.

0 commit comments

Comments
 (0)