Skip to content

Instantly share code, notes, and snippets.

@rmanalan
Created May 12, 2016 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmanalan/273cb7c78958e9d7b372971a6e998356 to your computer and use it in GitHub Desktop.
Save rmanalan/273cb7c78958e9d7b372971a6e998356 to your computer and use it in GitHub Desktop.
esnextbin sketch
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ESNextbin Sketch</title>
<!-- put additional styles and scripts here -->
</head>
<body>
<!-- put markup and other contents here -->
</body>
</html>
// write ES2015 code and import modules from npm
// and then press "Execute" to run your program
{
"name": "esnextbin-sketch",
"version": "0.0.0"
}
// write ES2015 code and import modules from npm
// and then press "Execute" to run your program
"use strict";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment