Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 495 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 495 Bytes

gulp-pro-starter-template

This is the starting template, for those who want to use PUG, SCSS in their own projects.

Usage

1. Clone repo

git clone https://github.com/VsevolodKurochka/gulp-pro-starter-template.git

2. Go inside cloned repo

cd gulp-pro-starter-template

3. Install all dependencies (make sure nodejs with npm is installed on your machine)

npm install

4. Run default gulp task (will open browser window with live reload)

gulp