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

https://github.com/trevorlasn/webpack-2.0-from-scratch

Guide on how to setup a Webpack config from scratch.
https://github.com/trevorlasn/webpack-2.0-from-scratch

guide javascript medium react tutorial webpack

Last synced: 9 months ago
JSON representation

Guide on how to setup a Webpack config from scratch.

Awesome Lists containing this project

README

          

# Chapter 5!

https://medium.com/@wesharehoodies/simple-beginner-guide-for-webpack-2-0-from-scratch-part-v-495dba627718

## How to start

```bash
npm install
```

```
npm run start
```

```
npm run production
```

```
npm run build
```