Skip to content

A demo project using Gulp to automate Babel v5 compilation

Notifications You must be signed in to change notification settings

seondizon/gulp-babel-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A demo project using Gulp to automate Babel v5 compilation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.6%
  • HTML 9.4%