Skip to content

Instantly share code, notes, and snippets.

@voronianski
Created February 23, 2016 08:58
Show Gist options
  • Save voronianski/6ffa9e7a81f25ca6e088 to your computer and use it in GitHub Desktop.
Save voronianski/6ffa9e7a81f25ca6e088 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
console.log(2);
import react from 'rp';
{
"name": "esnextbin-sketch",
"version": "0.0.0",
"dependencies": {
"rp": "0.2.0"
}
}
'use strict';
var _rp = require('rp');
var _rp2 = _interopRequireDefault(_rp);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
// write ES2015 code and import modules from npm
// and then press "Execute" to run your program
console.log(2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment