#Step 1: Install Gulp and some plug-ins needed for automating the task of compiling scss to css
npm install -g gulp
npm install gulp gulp-sass
#For using handlebars you're gonna need to start a http-server the shortest path to get that done that is to use
npm install http-server -g
and then run the following command on the root directory after that, access http://localhost:8080/
http-server