While we're developing an application, having a local server to preview our work is a great convenience. With webpack
, we can take advantage of webpack-dev-server
to serve up files and automatically reload the browser when we make changes. In this lesson, we'll install and configure webpack-dev-server
in our boilerplate project.
Just a note - this is out of date, for the webpack-dev-serve it should now just be 'webpack serve' '