Skip to content

Instantly share code, notes, and snippets.

@mnich
Created February 24, 2016 12:15
Show Gist options
  • Select an option

  • Save mnich/1dbc17c12eb3629c9534 to your computer and use it in GitHub Desktop.

Select an option

Save mnich/1dbc17c12eb3629c9534 to your computer and use it in GitHub Desktop.

Revisions

  1. mnich created this gist Feb 24, 2016.
    1 change: 1 addition & 0 deletions esnextbin.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    made with [esnextbin](http://esnextb.in)
    11 changes: 11 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    <!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>
    4 changes: 4 additions & 0 deletions index.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    // write ES2015 code and import modules from npm
    // and then press "Execute" to run your program

    console.log('test');
    4 changes: 4 additions & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    {
    "name": "esnextbin-sketch",
    "version": "0.0.0"
    }
    6 changes: 6 additions & 0 deletions transpiled.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    'use strict';

    // write ES2015 code and import modules from npm
    // and then press "Execute" to run your program

    console.log('test');