Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 546 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 546 Bytes

PSD to html Boilerplate

Gulp + Ejs + Less + js + LiveReload + Bower

На русском

Install

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!