Source code for Telerik.com blog article: "Let's Build a Sales Dashboard with React"
Перейти к файлу
Eric Bishard c48b756634 step eight: add panel bar import, appData & images 2019-03-15 13:07:22 -07:00
public step eight: add panel bar import, appData & images 2019-03-15 13:07:22 -07:00
src step eight: add panel bar import, appData & images 2019-03-15 13:07:22 -07:00
.gitignore add create react app 2019-03-14 12:54:26 -07:00
package.json step seven: add grid and it's import and appData 2019-03-15 08:00:43 -07:00
readme.md add create react app 2019-03-14 12:54:26 -07:00
yarn.lock step seven: add grid and it's import and appData 2019-03-15 08:00:43 -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