An open API service indexing awesome lists of open source software.

https://github.com/viendinhcom/front-end-boilerplates

đź›  A set of tools for faster and easier front-end development.
https://github.com/viendinhcom/front-end-boilerplates

babel css eslint grunt gulp html javascript jquery scss stylelint twig

Last synced: 6 months ago
JSON representation

đź›  A set of tools for faster and easier front-end development.

Awesome Lists containing this project

README

          

# Front End Boilerplates
You ever start a project and realize you're doing the same thing over and over? Yeah, that was me, converting designs into HTML, CSS, and jQuery. It got tedious—fast.

So, I built front-end boilerplates. Instead of repeating myself, I broke everything into reusable components. Think of it like Lego pieces—structured using BEM or Bootstrap naming.

Then, my projects were scalable, easier to maintain, and, best of all, teamwork-friendly. Anyone can jump in without the usual mess.

Simple idea, big impact. Because working smarter beats working harder every time.

## Versions
* [Version 1: Using Grunt, LESS, and SSI for building templates.](https://github.com/Maxvien/psd2html/tree/v1)
* [Version 2: Using Grunt, Sass, and Jade for building templates.](https://github.com/Maxvien/psd2html/tree/v2)
* [Version 3: Using Grunt, SCSS, and Includes for building web templates.](https://github.com/Maxvien/psd2html/tree/v3)
* [Version 4: Using HTMLlint, Stylelint, Eslint, Gulp, SCSS, HandleBar, and BEM methodology for building web templates.](https://github.com/Maxvien/psd2html/tree/v4)
* [Version 5: Using Gulp, Twig, SCSS, v.Nu, Stylelint, and Eslint for building web templates.](https://github.com/Maxvien/psd2html/tree/v5)