kendo-react-ssr/README.md

307 B

Setup

To start the project and use the Server-side rendering execute the following commands:

  1. yarn install
  2. yarn build
  3. yarn ssr

The applciation should be loaded on locahost:8000.

Inspect the received index.html file to observed how the KendoReact Grid is received pre-rendered on the server.