Source code for Telerik.com blog article: "Let's Build a Sales Dashboard with React"
Перейти к файлу
Eric Bishard e16ae75b43 step three: handlePDFExport and it's onClick event 2019-03-14 21:16:41 -07:00
public add create react app 2019-03-14 12:54:26 -07:00
src step three: handlePDFExport and it's onClick event 2019-03-14 21:16:41 -07:00
.gitignore add create react app 2019-03-14 12:54:26 -07:00
package.json step two: add KendoReact Buttons and Ripple effect 2019-03-14 16:04:28 -07:00
readme.md add create react app 2019-03-14 12:54:26 -07:00
yarn.lock step two: add KendoReact Buttons and Ripple effect 2019-03-14 16:04:28 -07:00

readme.md

kendo-react-dashboard

This is a Dashboad created using KendoReact components, the basic idea to build this tutorial came from a demo our engineering team built here: github/telerik: kendo-react-sales-dashboard

This repo is the source code for a blog tutorial that steps you through creating a similar React dashboard from scratch using Create React App and KendoReact. That tutorial can be found here: telerik blog: Let's Build a Sales Dashboard with React

If you happen to come across this code in thu future, if the internet is still a thing you can find this repo here: github/telerik: kendo-react-build-a-sales-dashboard

Run With Create React App

# install dependencies
npm install

# serve at localhost:3000
npm start

# build
npm run build

# tests
npm test

This project was bootstrapped with Create React App