This Kendo UI for Angular sample project demonstrates how to use Kendo UI for Angular components within a coffee warehouse prototype application and visualize data. Currently, the example is deployed on GitHub pages.
Used Kendo UI for Angular Components:
The sample project runs with the currently supported Angular version.
- Clone the repository of the sample application locally by running
git clone https://github.com/telerik/kendo-angular.git
. - Navigate to the project folder by running
cd examples-standalone/coffee-warehouse
. - Install dependencies with NPM by running
npm install
.
To run the project:
- Execute the
ng serve
command in the terminal window for a dev server. - Navigate to
http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm run serve-prod
to run the project in production mode.