==========
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 from https://nodejs.org (latest LTS version is recommended)
-
Run
npm install
at the root of the project in a command window -
Install the
gulp
package globally:npm install -g gulp
-
Run
gulp
(from the root of the project) in the command window to transpile ES6/ES2015 code to ES5 (leave the window open since it watches for file changes) -
Open another console window and run
npm start
to launch the browser