Created
February 9, 2016 16:04
-
-
Save Leko/797b5c4b62abb50ffed4 to your computer and use it in GitHub Desktop.
Babel quick starter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="UTF-8"/> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script> | |
<script type="text/babel"> | |
'use strict' | |
// write code here!! | |
let foo = 'works!' | |
console.log(`OK! ${foo}`) | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment