Installation
To get started with the template, please follow the below steps:
Gulp
- Open a command prompt window or terminal, then navigate to the directory gulp+scss+hbs.
cd gulp+scss+hbs
- Install Dependencies via npm:
npm install
- Development Mode:
-
npm run watch
OR-
gulp watch
-
- Build for Production:
npm run build
ORgulp build