Minimal amount of JS. Basically what you want and need for every web project. Write ES6, compile to ES5.
Minimal amount of CSS. Basically what you want and need for every web project. Write LESS/SASS/Stylus, compile to CSS.
Topbot bundles a smart solution to media queries.
Utils.getDevice() currently is {{ device }}
Utils.getOrientation() currently is {{ orientation }}
@media @tablet { color: red; }
for LESS
@media $tablet { color: blue; }
for Stylus.
@media ($tablet) { color: green; }
for SASS.
I use Vuejs as my frontend framework of choice. This is totally optional but highly recommended. Check it out here.
Topbot is built using gulp. It comes with a nice structure and is already set up to deal with ES6 using babelify and browserify.
is a smart CSS grid framework. You can check it out here.
Hand crafted library for smart project variables. You can read more about it here.
Visit myurl.localhost/?compile to compile your PHP project into HTML. Try it here.
Smart .htaccess. Requires PHP and a virtual host to be set up for your local domain.
Put a <img /> tag anywhere and a placeholder image will pop up, like so.
{ bot } has dynamic height and sticks. It just works.