- LiveReactLoad - allows hot-reloading for React components; no need refreshing browser.
- BrowserSync - allows hot-reloading for CSS files / page styles; no need refreshing the browser.
**BUILD INSTRUCTIONS**
- Run `npm install` first to install the Node.js modules.
- To build as PRODUCTION, either:
- Run `build-prod` task; OR
- Run `gulp --production` in terminal
- To build as DEVELOPMENT, either:
- Run `build-dev` task; OR
- Run `gulp --development` in terminal
- To WATCH for changes and build, either:
- Run `watch` task; OR
- Run `gulp --watch` in terminal
- For BrowserSync:
- Run `gulp --watch --proxy_host= --proxy_port=`
- Open http://localhost:3000