The standard setup we use to start one of our projects.
npm install to install up-to-date versions of each required package.
If any errors occur contact one of the contributors immediately.
gulp serve to compile on changes and reload browser automaticaly
gulp watch compile on changes
gulp sass:min minify sass to *.min.css
gulp js:min minify javascript to *.min.js