Skip to content

webpack/webpack-dev-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 13, 2017
0df1fa7 · Sep 13, 2017
Nov 18, 2016
Aug 30, 2017
Sep 13, 2017
Sep 13, 2017
Sep 13, 2017
Jun 13, 2017
Sep 13, 2017
Aug 29, 2017
Aug 29, 2017
Aug 29, 2017
Aug 31, 2016
Aug 30, 2017
Aug 29, 2017
Oct 30, 2016
Dec 7, 2016
Jul 10, 2017
Sep 13, 2017

Repository files navigation

webpack-dev-server

npm node deps tests coverage chat

webpack Dev Server

Use webpack with a development server that provides live reloading. This should be used for development only.

It uses webpack-dev-middleware under the hood, which provides fast in-memory access to the webpack assets.

Install

npm install webpack-dev-server --save-dev

Usage

The easiest way to use it is with the CLI. In the directory where your webpack.config.js is, run:

node_modules/.bin/webpack-dev-server

This will start a server, listening on connections from localhost on port 8080.

Now, when you change something in your assets, it should live-reload the files.

See the documentation for more use cases and options.

Contributing

We appreciate all help! Check out CONTRIBUTING.md for more information on how to help.

Maintainers


Kees Kluskens

Inspiration

This project is heavily inspired by peerigon/nof5.

LICENSE