Setup
To start the project and use the Server-side rendering execute the following commands:
- yarn install
- yarn build
- 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.