A Kendo UI Core jQuery Webpack & ES6 boilerplate to get you started.
First, install or update Node.js & npm.
Once you have Node.js/npm working open a terminal and install webpack and browsersync globally by running (might have to sudo):
$ npm install webpack 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 command from the directory of the boilerplate you selected:
$ npm install
This will install the required npm packages.
Open a terminal from the boilerplate directory. You should have one open at this point.
Run the following npm scripts commands:
$ npm run webpack
Open a new terminal and run:
$ npm run 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.
This project has been released under the Apache License, version 2.0