a497db23f5
Bumps [terser](https://github.com/terser/terser) from 4.6.3 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
public | ||
server | ||
src | ||
LICENSE | ||
README.md | ||
package.json | ||
yarn.lock |
README.md
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.