img-1 img-2 img-3 img-4 img-5 img-6 img-7

Documentation

Installation

Steps to follow for getting started with the template:

Gulp

  1. Start command prompt window or terminal and change directory gulp+scss+hbs
    cd gulp+scss+hbs
  2. Install via the npm
    npm install
  3. For development
    npm run dev
    OR
    gulp watch
  4. For build
    npm run build
    OR
    gulp build