- Gulp (https://gulpjs.com/)
- Gulp Files Include (https://www.npmjs.com/package/gulp-file-include)
- ITCSS (https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/)
- BEM (http://getbem.com/introduction/)
- SCSS (https://sass-lang.com/documentation/syntax)
-
Install all dependencies (make sure nodejs with npm is installed on your machine)
-
Run default gulp task (will open browser window with live reload)
- Make HTML in the
views
folder. - Make SCSS in the
scss
folder. - Make Javascript in the
main.js
file.