==========
A set of ECMAScript 2015 (also called ES6) examples as well as a Gulp file that converts them to ES5 using Babel.
-
Install Node.js
-
Run
npm install
-
Run
gulp
to transpile ES6 to ES5 (leave the window open since it watches for file changes) -
Open another console window and run
npm start
to launch the browser