This project is part of the Getting Started guide in the Kendo UI for Angular documentation. The app was generated with the Angular CLI.
-
Clone this repository with your Git client or by executing
git clone https://github.com/telerik/kendo-angular-getting-started.git -
Enter the project directory, e.g.
cd kendo-angular-getting-started -
Run
npm installto install the project dependencies.
- Development Server
- Code Scaffolding
- Build
- Angular CLI Help
- Other Sample Projects with Kendo UI for Angular
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
For additional support on the Angular CLI:
- Run the
ng helpcommand, or - Refer to the Angular CLI README.