Skip to content

Latest commit

 

History

History
executable file
·
28 lines (20 loc) · 800 Bytes

README.md

File metadata and controls

executable file
·
28 lines (20 loc) · 800 Bytes

Build Frontend Project with Gulp.

Features

  1. Gulp (https://gulpjs.com/)
  2. Gulp Files Include (https://www.npmjs.com/package/gulp-file-include)
  3. ITCSS (https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/)
  4. BEM (http://getbem.com/introduction/)
  5. SCSS (https://sass-lang.com/documentation/syntax)

Prerequisites

Usage

  1. Install all dependencies (make sure nodejs with npm is installed on your machine)

    npm install

  2. Run default gulp task (will open browser window with live reload)

    npm run dev

    npm run lint

    npm run build

Notes

  • Make HTML in the views folder.
  • Make SCSS in the scss folder.
  • Make Javascript in the main.js file.