Skip to content

NancyDevelops/ES6Samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6/ES2015 Samples

==========

A set of ECMAScript 2015 (also called ES6) examples as well as a Gulp file that converts them to ES5 using Babel.

To run the samples:

  1. Install Node.js

  2. Run npm install

  3. Run gulp to transpile ES6 to ES5 (leave the window open since it watches for file changes)

  4. Open another console window and run npm start to launch the browser

About

A set of ECMAScript 6 examples as well as a Gulp file that converts them to ES5 using Traceur and/or 6To5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 50.4%
  • JavaScript 49.6%