Describe Webpack
Install Create React App
Make an application using Create React App
Combines different JS files into a bundle.js
Has a plugin system to run tools like babel
Also bundles other assets like css, images, etc
A module bundler for modern JavaScript applications
By Elie Schoppik