You need to have node.js and Gulp installed. After that, open the Terminal/Console and run
npm install
so that the dependencies will be installed. When you are done, run
npm run start
and the Sass and JS will be watched and compiled permanently.
For Building use
npm run build
Happy developing!