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
- Host: GitHub
- URL: https://github.com/bluzky/webpack4-starter-kit
- Owner: bluzky
- Created: 2018-04-18T02:09:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:36:09.000Z (over 3 years ago)
- Last Synced: 2025-01-13T01:30:52.111Z (over 1 year ago)
- Topics: webpack, webpack4, webpack4starter
- Language: JavaScript
- Size: 8.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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