Static website for a school project
You 'll need nodejs, npm, bower and gulp for this
First install node.js then
npm install -g bower gulp
Install npm packages
npm install
Install bower dependencies
bower install
Run gulp tasks
gulp scss js img
Launch BrowserSync / Local dev server
gulp serve
Enjoy !
For references