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