This is Vertic's internal base boilerplate for new front-end projects. We use this for almost all the HTML projects we create, and it is, as such, very much an internal tool.
However, everything in it is open source. That means that you are more than welcome to look, get inspired, copy/steal from everything you see here. Also, if you see anything that you think is odd (or even wrong), please let us know!
This boilerplate is created to fit our needs - and therefore might require some short notes:
- We build our CSS with SCSS using Web Workbench for Visual Studio.
- We're using Require.js to structure our JS, to keep it maintainable and logical.
- We try to build everything modular. That means that everything is packed into it's own SCSS or Respond.js JavaScript file.
We've written a bunch of guidelines for developing front-end code at Vertic. It's mostly common sense (or, at least we think so), but you can check out the guidelines here.
You can catch us here via Github, or through our blog at labs.vertic.com.