2 steps to get setup for the Broccoli.js workshop:
Clone this repo and run yarn
or npm install
before the workshop, or if you want the goods individually:
yarn add --dev broccoli \
broccoli-cli \
broccoli-asset-rev \
broccoli-merge-trees \
broccoli-funnel \
broccoli-babel-transpiler \
@babel/preset-env \
@babel/core \
broccoli-rollup \
rollup-plugin-babel \
rollup-plugin-commonjs \
rollup-plugin-node-resolve \
rollup-plugin-uglify@^3.0.0 \
broccoli-sass-source-maps \
broccoli-livereload \
broccoli-clean-css \
broccoli-stew \
sass
or
npm install --save-dev broccoli \
broccoli-cli \
broccoli-asset-rev \
broccoli-merge-trees \
broccoli-funnel \
broccoli-babel-transpiler \
@babel/preset-env \
@babel/core \
broccoli-rollup \
rollup-plugin-babel \
rollup-plugin-commonjs \
rollup-plugin-node-resolve \
rollup-plugin-uglify@^3.0.0 \
broccoli-sass-source-maps \
broccoli-livereload \
broccoli-clean-css \
broccoli-stew \
sass
It is also recommended that you install VS Code as this repo has support for interactive debugging, but don't worry, it's not mandatory, feel free to use whatever editor you're comfortable with. If you intend to use debugging, you should also have Node version 8 or above.
That's it for now, looking forward to meeting everyone! 🐹