Frontie Webpack

screenshot of Frontie Webpack
bootstrap
scss

Frontie Webpack

Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js

Overview

The Frontie Webpack - Front-end Boilerplate is a solid framework based on Utility CSS. It combines various tools and methodologies such as Gulp, Webpack, Babel, ITCSS, and BEM to provide a solid foundation for front-end development projects. It includes features like task runners, CSS tools, Bootstrap 4 integration, JavaScript support, live reload, HTML templates, and easy deployment to GitHub Pages.

Features

  • Task Runner: Gulp
  • CSS: SASS, ITCSS, CSS Guidelines, BEM
  • CSS Tools: Autoprefixer, Source Maps, Stylelint
  • Bootstrap 4: Grid System, Responsive Breakpoints
  • JS: Webpack, Babel, ESLint
  • Live Reload: BrowserSync
  • HTML Templates: Twig.js
  • Deployment: GitHub Pages
bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.