Skip to content

niklaszantner/es2015-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Next Generation JavaScript with ES 2015

Code samples from the talk "Next Generation JavaScript with ES 2015" at ONE LOGIC.

Try it out

Run npm install to install babel and the 'es2015' preset. Then you can call npm run b <file> to transpile individual file to ES5 or npm run bn <file> to execute the file. Many of the files contain ES5 as well as ES2015 code. Make sure to comment out the ES5 code to prevent errors because of duplicate definitions.

Credits

The code samples are largely inspired by Axel Rauschmayer and Babel

About

Next Generation JavaScript with ES 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published