Skip to content

razz1k/easytemplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start template based on simple BoilerPlate + Bootstrap + Sass + Gulp + Babel

Easy HTML Sceleton based on simple BoilerPlate, Bootstrap and Sass with Gulp.

Gulp has 5 main tasks:

  • yarn dev/npm run dev (Main development task with files watching and a server with livereload)
  • yarn build/npm run build (Building project task. CSS+JS+Images processing)
  • gulp deploy (For deployment via SSH, you need to set host, login/pass and path in gulpfile.js)
  • gulp publish (For publishing app folder, exclude src, to your GitHub Pages. Need to have repository. Read more here - gh-pages)

Including:

  • LiveReload
  • Compressing images (optipng, pngquant)
  • Compressing JS (uglify)
  • Compressing CSS (csso)
  • Vendor prefixes in CSS (autoprefix)
  • Babel
  • gh-pages

About

Quick start template based on BoilerPlate + Bootstrap + Sass + Gulp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.9%
  • SCSS 23.9%
  • HTML 20.6%
  • CSS 10.6%