-
download nodejs from http://nodejs.org/
-
install node.js
-
npm install
-
npm install gulp
-
gulp
-
result in the /build folder
To have not compressed scripts and not minified css: gulp --dev
To have script testing http://localhost:3000/test.html working: gulp --test