A Kendo UI Professional jQuery Angular 1 boilerplate to get you started.
First, install or update Node.js & npm.
Once you have Node.js/npm working open a terminal and install ower and browsersync globally by running (might have to sudo):
$ npm install bower browser-sync -g
Download a ZIP of this repository (i.e. kendo-ui-boilerplates).
Or, if you have GIT installed you can Git clone this repository.
SSH:
$ git clone [email protected]:kendo-labs/kendo-ui-boilerplates.git
https:
$ git clone https://github.com/kendo-labs/kendo-ui-boilerplates.git
Select the boilerplate you'd like to use from the directory you just downloaded/cloned and cd
into that directory from a terminal.
Then run the following commands from the directory of the boilerplate you selected:
$ npm install
and (You'll be asked for your Telerik username and password credentials):
$ bower install
Note: In order to avoid retyping your credentials, you may cache them. The easiest way to do that is to store them as plain text in a .netrc file. See the documentation for more details.
This will install the required npm and Bower packages.
Open a terminal from the boilerplate directory. You should have one open at this point.
Run the following npm scripts commands:
$ npm run dev-server
This will open the index.html
page at localhost:4000 in your default browser using browsersync. Browsersync has been setup to reload after any changes to any .html
, .css
, or .js
files in the dev-server
directory.
This project has been released under the Apache License, version 2.0