Simple directory and config setup for a Webpack project with front-end web only.
npm install
npm install webpack-dev-server webpack -g
To serve at http://localhost:8080/:
webpack-dev-server --inline --content-base public/
To compile HTML/CSS and JavaScript files for production:
webpack --config webpack.config.js