1466 Forks
7594 Stars
7594 Watchers

webpack-dev-server

Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.

How to download and setup webpack-dev-server

Open terminal and run command
git clone https://github.com/webpack/webpack-dev-server.git
git clone is used to create a copy or clone of webpack-dev-server repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with webpack-dev-server https://github.com/webpack/webpack-dev-server/archive/master.zip

Or simply clone webpack-dev-server with SSH
[email protected]:webpack/webpack-dev-server.git

If you have some problems with webpack-dev-server

You may open issue on webpack-dev-server support forum (system) here: https://github.com/webpack/webpack-dev-server/issues