Skip to content

Instantly share code, notes, and snippets.

@beznosd
Created April 19, 2017 06:54
Show Gist options
  • Save beznosd/3d6df8e1897931171f962554af37114c to your computer and use it in GitHub Desktop.
Save beznosd/3d6df8e1897931171f962554af37114c to your computer and use it in GitHub Desktop.
ES6 to E5 boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Testing ES6 code</title>
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>
</head>
<body>
<script type="text/babel">
/*
* Тут писать ES6 код
*/
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment