Skip to content

josephtan/gulp-babel-browserify-browsersync-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp--babel-browserify-browsersync-boilerplate

A gulp ES6 babel transpiler, browserify and browsersync boilerplate

Usage

Download the package json and the source folder from this repository into your project folder / type in 'npm i gulp-es6-browserify-browsersync-boilerplate' in your project folder

Keep all javascript files related to the project within the source/js/app folder while external libraries are source/js/vendor folder.

Access your project folder on the terminal command screen :

  • Type "gulp" to build your ES6 code and let gulp export it to the "compiled" folder.

  • Type in "gulp serve" to view your compiled js code within browsersync server.

Have fun.

Update: npm package available now as 'npm i gulp-es6-browserify-browsersync-boilerplate'

About

A gulp ES6 babel transpiler, browserify and browsersync boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published