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

https://github.com/bluzky/webpack4-starter-kit

A webpack starter kit for frontend development
https://github.com/bluzky/webpack4-starter-kit

webpack webpack4 webpack4starter

Last synced: about 2 months ago
JSON representation

A webpack starter kit for frontend development

Awesome Lists containing this project

README

          

# webpack4-starter-kit
A webpack starter kit for frontend development

## Install
```
npm install
```
or using yarn

```
yarn install
```

## Command

- `yarn watch` : watch for changes
- `yarn start` : start dev server
- `yarn dev` : build dev
- `yarn build` : build production
- `yarn clean` : clean build directory