Skip to content

hellomrma/gulp-boilerplate-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Boilerplate for HTML/CSS/JS development

Simple Boilerplate for HTML/CSS/JS development based on Gulp.

Installation

  1. Install Node.js (https://nodejs.org) - v12.xx ~
  2. Fork this repository.
  3. Move to folders and Install the dependencies.
$ npm install
  1. After Install dependencies and Run Gulp.
$ gulp

Features

  1. Sass (compiles to CSS)
  2. CSS Minify
  3. JS Minify (not include library folder)
  4. Image Sprite Generate
  5. Image Optimization
  6. SVG Icon
  7. HTML, CSS, JS Browsersync
  8. HTML Include

Structure

  • dist (desination folders. it auto building when you'are first run gulp)
  • src (developer working folders)
    • css
      • libs
      • scss
        • common
        • mixins
        • pages
    • font
    • img
      • icons
      • sprites
        • bul
        • ico
        • txt
      • svg
    • js
      • apps
      • libs
    • views

History

About

Gulp Boilerplate for HTML/CSS/JS development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published