Node.js
Clone repository and run npm install to install dependencies.
To run the main task : gulp
This will compile Sass files, Pug files, minify css & JS and launch in browser.
Just change the proxy variable on top of your gulpfile.js to point to the right server URL.
Pug sources files are located in app/views/
Sass files are located in app/assets/styles and uses Bourbon, Neat & Bitters
You can add stylesheets files directly to the app/assets/styles/lib/ directory. They will be automatically added to your app's css file, minified.
JS files are located in app/assets/scripts.
You can add libraries of your choice directly to the app/assets/scripts/lib/ directory. They will be automatically added to your app's script file, minified.
Destination files are automatically generated in build/
Enjoy!
