зеркало из
1
0
Форкнуть 0
This is a sample application that how the Grid performance when working with large data sets and different optimization options.
Перейти к файлу
Konstantin Dikov 3cdc4ecabd
Merge pull request #2 from telerik/updating-packages
[update] Updating packages and fixing kendo-intl reference
2024-02-15 10:10:06 +02:00
build initial commit 2022-01-12 09:43:09 +02:00
public initial commit 2022-01-12 09:43:09 +02:00
src [update] Updating packages and fixing kendo-intl reference 2024-02-15 10:07:34 +02:00
.gitignore chore: change data 2022-01-13 13:15:23 +02:00
README.md chore: update example 2023-07-27 14:51:32 +03:00
package.json [update] Updating packages and fixing kendo-intl reference 2024-02-15 10:07:34 +02:00

README.md

The start the application locally follow these steps:

  1. Clone or download the source code from GitHub.
  2. Install the requireddependencies using npminstall --save.
  3. Check and activate your license - https://www.telerik.com/kendo-react-ui/components/my-license/
  4. Run the application using npm start.
  5. To build it for production with the profiler active using the command npm run build -- --profile.
  6. Then serve the create production build with serve -s build.
  7. Observe the real performance results from the production build.