Installation

To get started with the template, please follow the below steps:

Gulp
  1. Open a command prompt window or terminal, then navigate to the directory gulp+scss+hbs.
    cd gulp+scss+hbs
  2. Install Dependencies via npm:
    npm install
  3. Development Mode:
    • npm run watch
    OR
    • gulp watch
  4. Build for Production:
    npm run build
    OR
    gulp build