A boilerplate project for front-end development using Gulp as the task runner, with Babel for ES6+ transpilation, Browserify for bundling, and BrowserSync for live reloading. Version 1.0.0 is the initial release. This boilerplate provides a pre-configured Gulp setup to compile ES6 JavaScript into browser-compatible code, watch for changes, and synchronize across multiple devices. It is intended as a starter template for developers wanting a streamlined build pipeline with these specific tools.
npm install gulp-es6-browserify-browsersync-boilerplateNo compatibility data collected yet for this library.
Clone the repo, install dependencies, and run the default Gulp task to build, watch, and serve with live reload.
Clone the repository from GitHub and run npm install inside the cloned directory.
Run `npm install gulp-cli -g` for global CLI, then `npm install` in the project root.
No dependency data recorded yet.