зеркало из
1
0
Форкнуть 0
This is a sample application that uses the KendoReact Data Grid with an Express server. The Grid has server data operations and CRUD operations.
Перейти к файлу
filipKovachev 936cbce8bb excluding the license 2023-08-14 10:25:46 +03:00
client fix(App.js): fix newRecord default properties to prevent grouping error 2022-12-21 10:32:43 +02:00
server fix(index.js): fix backend pagination 2022-12-19 16:14:44 +02:00
.gitignore excluding the license 2023-08-14 10:25:46 +03:00
README.md chore: initial commit (#1) 2021-11-24 12:13:25 +02:00

README.md

KendoReact Data Grid With Express Server

This is a sample application that uses the KendoReact Data Grid with an Express server. The Grid has server data operations and CRUD operations.

Running the Application

Please execute the following steps to run the application:

  1. Go to the server folder.
cd server
  1. Install the packages for the server.
npm install
  1. Start the server.
node index.js
  1. Open a new terminal at the main folder and to the client folder.
cd client
  1. Install the packages
npm install
  1. Run the client application.
npm start