Skip to content

Start your project rapidly with gulp, jade, sass, js (es6)...

Notifications You must be signed in to change notification settings

terenzeyuen/frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate jade, sass, js (webpack)...

##Dependencies

  1. nodejs

##Start:

    git clone https://github.com/serheyShmyg/gulp-frontend-browserify.git &&
    cd frontend &&
    npm install &&
    npm start;

##Features:

  1. Multiple bundles - every file from entries folder will be build into separate bundle.
  2. Use any tasks with different config require('./tasks/jade')(diffConfig). How to use diffConfig see Gulpfile/config/tasks.json.
  3. SASS (libsass) for style.
    • autoprefixer (vendor prefixer 3 latest browser version)
    • bourbon(mixins)
    • neat
  4. JADE for templating

About

Start your project rapidly with gulp, jade, sass, js (es6)...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.4%
  • HTML 6.1%
  • CSS 2.5%