/gulp-babel-demo

A demo project using Gulp to automate Babel v5 compilation

Primary LanguageJavaScript

Demo code for a Youtube video on how to use Gulp with Babel.

** This code was updated from the version presented on the video to use Babel version 6 **

You need Gulp installed globally to run this demo.

To run the code just run:

npm install
gulp

The results are shown in the browser's console.

To run the test just run:

gulp test