Worked on a coding project
Building together a super simple starting boilerplate for the times when you need to slice a design and don’t want super fancy and hard to understand setups. You just want to write some HTML, CSS and JS. Simple. Front-end Zen

It will just have:

  • Gulp ( beginners friendly )
  • Postcss + SASS/SCSS + Autoprefixer
  • HTML templates ability to be included like components
  • Format HTML nicely or minify
  • Images optimization 
    • Ability to generate .webp
    • Minify PNG, JPEG, GIF and SVG images with imagemin 
  • Build in a ./dist/ folder