babel-with-gulp
babel-with-gulp copied to clipboard
Starter code for using Babel with Gulp and Browserify
Babel with Gulp
Starter code for transpiling ES2015 (including modules) with Babel, Gulp and Browserify.
Installing
- Clone the repo
npm install -g gulpto install Gulp globally.npm installto resolve project dependencies.
Using
Run gulp from the command line and you are good to go!
The project is currently setup to transpile code under the /src folder using the /src/app.js file as an entry point.