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
- Host: GitHub
- URL: https://github.com/sydinh/my-webpack-2020
- Owner: sydinh
- Created: 2020-04-04T12:35:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T05:39:32.000Z (about 6 years ago)
- Last Synced: 2025-03-18T05:32:03.301Z (over 1 year ago)
- Topics: 2020, my-repo, webpack
- Language: JavaScript
- Homepage: https://www.robinwieruch.de/webpack-advanced-setup-tutorial
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```