This is a sample application that uses the KendoReact Data Grid with an Express server. The Grid has server data operations and CRUD operations.
Please execute the following steps to run the application:
- Go to the
server
folder.
cd server
- Install the packages for the server.
npm install
- Start the server.
node index.js
- Open a new terminal at the main folder and to the client folder.
cd client
- Install the packages
npm install
- Run the client application.
npm start