my-webpack-2020 Mainly refers from Robin Wieruch - Webpack advanced setup tutorial Requirements node & npm git Installation $ git clone [email protected]:sydinh/my-webpack-2020.git $ cd my-webpack-2020 $ npm install Usage Runs development environment $ npm start Runs production environment $ npm run build Runs build analytics and visualization $ npm run build:analyze Runs local web server $ npm run host