How to setup template for development

In order to prepare the template for development, first of all you will need to install node.js

After you finished that, you will need to go to your template directory and open a command prompt window.

Then you will need to write “npm install” and hit enter. This will install all modules listed as dependencies in package.json

After this step is complete, you can run gulp in your command prompt: