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

https://github.com/rodrigowebdev/webpack-minimal-boilerplate

A minimal boilerplate to work with webpack
https://github.com/rodrigowebdev/webpack-minimal-boilerplate

javascript webpack

Last synced: 3 months ago
JSON representation

A minimal boilerplate to work with webpack

Awesome Lists containing this project

README

          

# Minimal Webpack Boilerplate

A minimal boilerplate to work with webpack

## Features

- Babel
- html-webpack-plugin

## How to use

Install:

```
yarn
```

Development server:

```
yarn dev
```

Build:

```
yarn build
```