Skip to content

Latest commit

 

History

History

core-jquery-ng1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Kendo UI Core jQuery Angular 1 Boilerplate

A Kendo UI Core jQuery Angular 1 boilerplate to get you started.

Prerequisites

First, install or update Node.js & npm.

Once you have Node.js/npm working open a terminal and install bower and browsersync globally by running (might have to sudo):

$ npm install bower browser-sync -g

Installing

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:

$ bower install

This will install the required npm and Bower packages.

Running

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.

License

This project has been released under the Apache License, version 2.0