npm install
There are many examples in this repo, but to run the complete and final webpack build, run the following command.
npm start
To run the dev environment build:
npm run dev
To run the prod environment build:
npm run prod
./node_modules/.bin/webpack --entry ./src/entry.js --output-filename output.js --output-path ./