Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 976 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 976 Bytes

PSD to html Boilerplate

Gulp + Ejs + Sass + CoffeeScript + LiveReload + Bower

На русском

Install

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!