1. 13
    Serve a webpack Bundle while Developing with webpack-dev-server
    4m

Serve a webpack Bundle while Developing with webpack-dev-server

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

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.

Phillip Palmieri
~ 4 years ago

Just a note - this is out of date, for the webpack-dev-serve it should now just be 'webpack serve' '