3cdc4ecabd
[update] Updating packages and fixing kendo-intl reference |
||
---|---|---|
build | ||
public | ||
src | ||
.gitignore | ||
README.md | ||
package.json |
README.md
The start the application locally follow these steps:
- Clone or download the source code from GitHub.
- Install the required dependencies using
npm install --save
. - Check and activate your license - https://www.telerik.com/kendo-react-ui/components/my-license/
- Run the application using
npm start
. - To build it for production with the profiler active using the command
npm run build -- --profile
. - Then serve the create production build with
serve -s build
. - Observe the real performance results from the production build.