Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

FrontEnd Boilerplate is an HTML5 starter for easy building sites using Gulp 4

License

Notifications You must be signed in to change notification settings

zakandaiev/frontend-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FrontEnd Boilerplate

FrontEnd Boilerplate is all-inclusive HTML5 starter with Gulp 4 task manager.

How to use

  1. Download/Clone The Repository from GitHub
  2. Install Node Modules using npm i
  3. Explore package.json & gulpfile.js to learn how it works
  4. Explore src folder & all files to learn structure logic
  5. Use gulp or gulp start or gulp dev task to develope
  6. Use gulp build task to build minified bundle in _production-build folder
  7. Your project is ready to be deployed ;)

Features

  • Gulp 4
  • HTML5 & CSS3 ready
  • Includes:
    • jQuery
    • Normalize.css
  • SASS/SCSS preprocessor
  • Rigger include (partial template) engine
  • Autoprefixer
  • Browsersync (watch files and live reload)
  • HTML, CSS, JS, Image auto minifier
  • CSS and JS sourcemaps in dev mode
  • Favicon, .htaccess, robots.txt
  • Cross-browser compatibility: last 15 versions