Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.25 KB

README.RU.md

File metadata and controls

29 lines (16 loc) · 1.25 KB

PSD to html Boilerplate

Шаблон для быстрой и комфортной верстки.

Gulp + Ejs + Sass + CoffeeScript + LiveReload + Bower

Установка

1. Убедитесь в том, что вы установили Ruby, Node.js и Git.

2. Установите Sass, Compass, Gulp, CoffeeScript и Bower.

3. Склонируйте git репозиторий или скачайте zip архив и распакуйте его.

git clone https://github.com/AveVlad/psd2html-boilerplate.git psd2html

4. Запустите npm команду для установки зависимостей проекта.

cd psd2html
npm install

5. Запустите Gulp.

gulp --require coffee-script/register

Ради удобства создайте alias для запуска.

Работает!