https://github.com/nicksp/brb-starter
Opinionated gulp build environment for front-end development
https://github.com/nicksp/brb-starter
Last synced: about 2 months ago
JSON representation
Opinionated gulp build environment for front-end development
- Host: GitHub
- URL: https://github.com/nicksp/brb-starter
- Owner: nicksp
- License: mit
- Created: 2015-11-08T15:45:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-14T18:22:05.000Z (over 10 years ago)
- Last Synced: 2025-01-07T20:22:36.639Z (over 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gulp.js Boilerplate
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.
### Dependencies
Make sure these are installed first.
* [Node.js](http://nodejs.org)
* [Gulp](http://gulpjs.com) `npm i -g gulp`
### Getting Up and Running
1. Clone this repo from `https://github.com/nicksp/brb-starter.git`
2. Run `npm install` from the root directory
3. Run `gulp`
4. 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.