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.
- Host: GitHub
- URL: https://github.com/viendinhcom/front-end-boilerplates
- Owner: VienDinhCom
- License: mit
- Created: 2019-03-11T18:57:40.000Z (almost 7 years ago)
- Default Branch: v5
- Last Pushed: 2025-03-10T08:00:14.000Z (10 months ago)
- Last Synced: 2025-04-12T02:24:06.442Z (9 months ago)
- Topics: babel, css, eslint, grunt, gulp, html, javascript, jquery, scss, stylelint, twig
- Language: JavaScript
- Homepage:
- Size: 1.82 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)