Opinionated Gulp build environment for frontend web development using Browserify to produce bundles for scripts, React/JSX and Browsersync to create a streamlined development process with minimal additional configuration required. Using the Babel's Babelify transform, ES6 code is transpiled to work in all browsers.
Make sure these are installed first.
- Clone this repo from
https://github.com/nicksp/brb-starter.git - Run
npm installfrom the root directory - Run
gulp - Your browser will automatically be opened and directed to the browser-sync proxy address
Now that gulp is running, the server is up as well and serving files from the ./dist directory. Any changes in the ./src directory will be automatically processed by Gulp and the changes will be injected to any open browsers pointed at the proxy address.