An open API service indexing awesome lists of open source software.

https://github.com/phucbm/webpack-server

Quickly start a dev server with webpack.
https://github.com/phucbm/webpack-server

es6 webpack

Last synced: 3 months ago
JSON representation

Quickly start a dev server with webpack.

Awesome Lists containing this project

README

          

# webpack-server

> Quickly start a dev server with webpack.

- Hot module reload
- CSS/SCSS

## Deployment

```shell
# install
npm i

# start server
npm run dev
```