Coffee Warehouse Dashboard Application
Updated on May 13, 2026
The Coffee Warehouse sample app showcases React UI components such as a Data Grid, Charts, Scheduler and more into one single dashboard. It was built following the same principles and quality standards you would use when building an app for production, so make sure you take a peek at the source code as you can probably learn a thing or two.
How to Run the Demo
Whether you are looking for examples how to use KendoReact in applications, or for a starting point for your own dashboards, head over to the live Coffee Warehouse React Application. You can find the application's source code on GitHub.
To play with the demo and see how it’s built, you may want to run it locally:
- Clone or download the source code from GitHub.
- Install the required dependencies via
npm install --save. - Make sure you have activated your license.
- Use
npm startoryarn startcommand to start the application. - Open
http://localhost:3000