Skip to content

Instantly share code, notes, and snippets.

@geoffreydhuyvetters
Last active August 29, 2015 14:24
Show Gist options
  • Save geoffreydhuyvetters/94ef9d402571775e1691 to your computer and use it in GitHub Desktop.
Save geoffreydhuyvetters/94ef9d402571775e1691 to your computer and use it in GitHub Desktop.
app.js
'use strict';
import '../_css/screen';
import 'babel-core/polyfill';
(function(){
function init(){
console.log("HELLO WORLD")
}
init();
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment