# start-webpack-dev-server

> Webpack dev-server task for Start

Latest version **0.2.0** (published 2017-07-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install start-webpack-dev-server
pnpm add start-webpack-dev-server
yarn add start-webpack-dev-server
bun add start-webpack-dev-server
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2017-07-22 |
| First published | 2016-12-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4 |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+7 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Kir Belevich |
| Maintainers | deepsweet |
| Keywords | start, start-task, webpack |

## Links

- npm: https://www.npmjs.com/package/start-webpack-dev-server
- Repository: https://github.com/start-runner/webpack-dev-server
- Issues: https://github.com/start-runner/webpack-dev-server/issues
- npm.io page: https://npm.io/package/start-webpack-dev-server

## Dependencies (2)

- [webpack](https://npm.io/package/webpack.md) ^3.0.0
- [webpack-dev-server](https://npm.io/package/webpack-dev-server.md) ^2.6.0

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 0.2.0 (latest) — 2017-07-22
- 0.1.0 — 2016-12-31

## README

# start-webpack-dev-server

[![npm](https://img.shields.io/npm/v/start-webpack-dev-server.svg?style=flat-square)](https://www.npmjs.com/package/start-webpack-dev-server)
[![linux build](https://img.shields.io/travis/start-runner/webpack-dev-server/master.svg?label=linux&style=flat-square)](https://travis-ci.org/start-runner/webpack-dev-server)
[![windows build](https://img.shields.io/appveyor/ci/start-runner/webpack-dev-server/master.svg?label=windows&style=flat-square)](https://ci.appveyor.com/project/start-runner/webpack-dev-server)
[![coverage](https://img.shields.io/codecov/c/github/start-runner/webpack-dev-server/master.svg?style=flat-square)](https://codecov.io/github/start-runner/webpack-dev-server)
[![deps](https://img.shields.io/gemnasium/start-runner/webpack-dev-server.svg?style=flat-square)](https://gemnasium.com/start-runner/webpack-dev-server)

[Webpack dev-server 2](https://webpack.js.org/) task for [Start](https://github.com/start-runner/start). You might also need [start-webpack](https://github.com/start-runner/webpack).

## Install

```sh
npm install --save-dev start-webpack-dev-server
# or
yarn add --dev start-webpack-dev-server
```

## Usage

```js
import Start from 'start';
import reporter from 'start-pretty-reporter';
import webpackDevServer from 'start-webpack-dev-server';

const start = Start(reporter());

export const dev = () => start(
  webpackDevServer(require('conf/webpack.dev'))
);
```

See [documentation](https://github.com/start-runner/start#readme) for details.

## Arguments

`webpackDevServer(config, devServerOptions, serverOptions)`

* `config` – [webpack config](https://webpack.js.org/configuration/)
* `devServerOptions` – [webpack dev-server options](https://webpack.github.io/docs/webpack-dev-server.html#api), `{ stats: { colors: true } }` by default
* `serverOptions` – `{ port: 3000, host: 'localhost' }` by default

---
_Source: https://npm.io/package/start-webpack-dev-server · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
