Getting started
Make sure you have GruntJS and Bower.
Bower dependencies
Make sure you have GruntJS and Bower.
$ bower install
Node dependencies
Install the Node dependencies by either using npm or yarn. See package.json for details.
$ npm/yarn install
Start server
Start the web server which is used by BrowserSync.
$ grunt connect
Run browserSync
Run BrowserSync to auto reload when dist files change.
$ grunt browserSync
Watch for changes
$ grunt watch