Fronthack is an opinionated way to build a pixel-perfect implementations of UI from graphic designs. It combines a set of tools and best practices together, answering a question - How to deliver a high quality markup and stylesheets?.
You start with a blank project with only basic styles and along with a progress you generate new, standarized blocks of code using helpfull tools, like the commandline interface and in-browser overlays. Use a library of basic UI components, which are ready to theme or easily generate your new, custom ones. Always be sure that everything in the file structure has it's own dedicated place.
It is built on combination of opensource tools and best practices. As a result, with Fronthack you can develop applications in a faster, better organized way. Here is a quick look what is inside:
yarn global add fronthack
fronthack init
fronthack help
Fronthack is developed by Michał Kokocinski - from the beginning of 2016 primary focused on the frontend development, especially the HTML/CSS advanced techniques and the React ecosystem. Enthusiast of open source and modern JS tools.
Github: github.com/frontcraft