Skip to content

Instantly share code, notes, and snippets.

@tusharmath
Created July 23, 2016 18:34
Show Gist options
  • Save tusharmath/21bcd6579116faa6717fe3c26472a6bb to your computer and use it in GitHub Desktop.
Save tusharmath/21bcd6579116faa6717fe3c26472a6bb 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",
"dependencies": {
"ramda": "*",
"fast-memoize": "^2.0.2",
"@cycle/dom": "*",
"xstream": "*",
"@cycle/xstream-run" : "*",
"@cycle/rx-run" : "*"
},
"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