- You need globally installed NPM and BOWER
- Clone this repository
- In folder with cloned project run npm install, then bower install commands
- Install gulp globally (npm intall -g gulp)
- In one terminal run gulp
- In second terminal run npm start
- Your basic site will be on: localhost:8000
- gulp build -> craeting dev build version
- gulp build --prod -> creating prod (minfied) version
- gulp jshit -> manual run of jshint
- gulp clean -> manual cleaning (remove build directory)