Gulp + Ejs + Sass + CoffeeScript + LiveReload + Bower
1. Make sure you have Ruby, Node.js and Git.
2. Install Sass, Compass, Gulp, CoffeeScript and Bower.
3. Clone the git repository or download the zipball and extract it.
git clone https://github.com/AveVlad/psd2html-boilerplate.git psd2html
4. Run npm command to install the dependencies.
cd psd2html
npm install
5. Run Gulp.
gulp --require coffee-script/register
It's work!