Registry / devops / gulp-es6-browserify-browsersync-boilerplate

gulp-es6-browserify-browsersync-boilerplate

JSON →
library1.0.0jsnpmunverified

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-boilerplate
INSTALL
IMPORT
SIG · GULP-ES6-BROWSERIF
G
gulp-es6-browserify-browsersync-boilerplate
devopsjavascriptv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Clone the repo, install dependencies, and run the default Gulp task to build, watch, and serve with live reload.

// Clone the repository git clone https://github.com/josephtan/gulp-ES6-babel-browserify-browsersync-boilerplate.git cd gulp-ES6-babel-browserify-browsersync-boilerplate // Install dependencies npm install // Run default Gulp task (build, watch, and serve with BrowserSync) gulp
Debug
Known issues
gotchaThis is a boilerplate repository, not a published npm package. Do not try to install it as a dependency (e.g., npm install gulp-es6-browserify-browsersync-boilerplate).
fix
Clone the repository from GitHub and run npm install inside the cloned directory.
affects: >=0.0.0
Errors
Common errors & fixes
Error: Cannot find module 'gulp'
Global gulp CLI not installed or local dependencies not installed.
fix
Run `npm install gulp-cli -g` for global CLI, then `npm install` in the project root.
Upgrade
Version history
1.0.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gulp-es6-browserify-browsersync-boilerplate — npm install gulp-es6-browserify-browsersync-boilerplate · libregistry