Skip to content

Instantly share code, notes, and snippets.

@Leko
Created February 9, 2016 16:04
Show Gist options
  • Save Leko/797b5c4b62abb50ffed4 to your computer and use it in GitHub Desktop.
Save Leko/797b5c4b62abb50ffed4 to your computer and use it in GitHub Desktop.
Babel quick starter
<!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