Gulp + Ejs + Less + js + LiveReload + Bower
1. Clone the git repository or download the zipball and extract it.
git clone https://github.com/AveVlad/psd2html-boilerplate.git psd2html
2. Run npm command to install the dependencies.
cd psd2html
npm install
bower install
3. Run Gulp.
gulp
It's work!