This is a static HTLM site built for The Dallas Mavericks and Michelob Ultra. It uses Gulp for dev environment tasks.
Put your source files (images, SCSS, JS) in /src. Gulp will watch these files and compile them into something the browser likes better.
Install the dev environment build tools:
npm i
gulp watch
This starts a browsersync session and hot-reloads the site in-browser when you edit a source file.
gulp images
This scales and compresses images in /src/img. outputs scaled images to /asssets/img/
gulp build
This re-runs all build processes for style, images, and js to prep all assets for publishing.