936cbce8bb | ||
---|---|---|
client | ||
server | ||
.gitignore | ||
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:
- 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