Gulp is used as a task manager for some tasks like Sass and Haml.
Make sure that node.js and npm are installed.
Install Node packages
npm install
This will build all the files to the /build
directory, this directory contains the final files to be pushed to the server.
gulp build
This will start the development mode and initialize a localhost:3000 server to preview and watch file changes as you code, but make sure you run gulp build
first.
gulp serve
Icons generated from fontello and could be used as:
%i{class: "icon-facebook"}
%i{class: "icon-twitter"}
%i{class: "icon-pinterest"}