calvinchan999 / calvin-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Logo

Using Kendo UI for Angular

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:

In This Article

Setting Up the Project

Currently, the sample project runs with:

  • Angular v11
  • Angular-CLI v11

Getting Started

  1. Clone the repository of the sample application locally by running git clone https://github.com/telerik/kendo-angular.git.
  2. Navigate to the project folder by running cd examples-standalone/coffee-warehouse.
  3. Install dependencies with NPM by running npm install.

Building for Development

  1. In the terminal window, tun the project with ng serve for a dev server.
  2. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Serve in Production

Run npm run serve-prod to run the project in production mode.

About


Languages

Language:CSS 65.4%Language:TypeScript 23.0%Language:HTML 6.8%Language:SCSS 4.7%Language:JavaScript 0.1%