You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use [webpack](https://webpack.js.org) with a development server that provides live reloading. This should be used for **development only**.
8
19
9
20
It uses [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) under the hood, which provides fast in-memory access to the webpack assets.
10
21
11
22
**Note: There are known issues with Node.js v7 and webpack / webpack-dev-server. Please use Node.js v6 for the moment.**
12
23
13
-
## Installation
24
+
<h2align="center">Install</h2>
14
25
15
26
```
16
27
npm install webpack-dev-server --save-dev
17
28
```
18
29
19
-
## Getting started
30
+
<h2align="center">Usage</h2>
20
31
21
32
The easiest way to use it is with the CLI. In the directory where your `webpack.config.js` is, run:
22
33
@@ -30,24 +41,48 @@ Now, when you change something in your assets, it should live-reload the files.
30
41
31
42
See [**the documentation**](http://webpack.github.io/docs/webpack-dev-server.html) for more use cases and options.
32
43
33
-
## Contributing
44
+
<h2align="center">Contributing</h2>
34
45
35
46
We appreciate all help! Check out [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to help.
36
47
37
-
## Maintainer
48
+
<h2align="center">Maintainers</h2>
38
49
39
-
This project is maintained by [**Kees Kluskens**](https://github.com/spacek33z/).
0 commit comments