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

https://github.com/sydinh/my-webpack-2020

Mainly refers from Robin Wieruch - Webpack advanced setup tutorial
https://github.com/sydinh/my-webpack-2020

2020 my-repo webpack

Last synced: about 2 months ago
JSON representation

Mainly refers from Robin Wieruch - Webpack advanced setup tutorial

Awesome Lists containing this project

README

          

# my-webpack-2020

Mainly refers from [Robin Wieruch - Webpack advanced setup tutorial](https://www.robinwieruch.de/webpack-advanced-setup-tutorial)

## Requirements

- node & npm
- git

## Installation

```
$ git clone git@github.com:sydinh/my-webpack-2020.git

$ cd my-webpack-2020

$ npm install
```

## Usage

### Runs development environment

```
$ npm start
```

### Runs production environment

```
$ npm run build
```

### Runs build analytics and visualization

```
$ npm run build:analyze
```

### Runs local web server

```
$ npm run host
```