It uses gulp, scss, browserSync, Rollup and buble.
_src/ - is where you work
dev/ - is where the browserSync server runs from
dist/ - contains the processed js files
npm install
- install dependenciesnpm run dev
- spins up the dev servernpm run build
- transpiles and builds final js files in dist/ folder