kendo-react/examples/kendo-react-nodejs-express
Silviya Boteva 742ae86390
chore: add package-lock to gitignore for apps that are not deployed
2024-11-29 13:52:58 +02:00
..
client
server
.gitignore
LICENSE
README.md

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