$ git clone https://github.com/Magora-Systems-Frontend/landing-template && cd landing-template
install gulp and bower globally
$ npm install gulp bower -g
install requirement packages locally
$ npm i
package.json does not contain gulp package. But to work properly it must be installed locally. We will not install it. We will make a link.
$ npm link gulp
$ gulp