Check out the live version here: http://bramjoosten.nl/onlinedepartment
-
Install livereload chrome extension or similar
-
Clone to host machine
$ git clone https://github.com/bram-joosten/onlinedepartment.git
-
Change into project dir
$ cd onlinedepartment
-
Install dependencies
$ npm install
-
Run Gulp to start development environment
$ gulp
To generate the optimized live version (dist folder):
$ gulp build