Skip to content

thuanlv287/gulp-sass2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Build a layout for easy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published