Skip to content

Latest commit

 

History

History

kendo-react-nodejs-express

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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