# Bootstrap 5 + webpack Boilerplate

A basic template for webpack-enabled web project using Bootstrap 5.  
Based on: https://github.com/homerchen19/bootstrap-webpack-jquery-boilerplate  
License: MIT.

## Included

- **Bootstrap 5**, **webpack v4**
- Supports **ES6** Syntax (**Babel 7**)
- **ESLint**, **Prettier**, **Terser**

## Installation

- clone the repo
- run `npm install`

## Development

```
$ npm run dev
```

Open **localhost:8080**

## Build

```
$ npm run build
```

## Deploy

Deploy to `gh-pages` branch on GitHub.

```
$ npm run deploy
```

