Getting to know Boot.js

A place to test out Boot.js stuff.

HTML

<script src="https://raw.github.com/artzstudio/Boot/master/src/boot.min.js"></script>

JavaScript

console.log( 'starting up...' );

Boot.ready(function() {
    console.log( 'ready!!!' );
});