Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 420 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 420 Bytes

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