https://github.com/rodrigowebdev/webpack-minimal-boilerplate
A minimal boilerplate to work with webpack
https://github.com/rodrigowebdev/webpack-minimal-boilerplate
javascript webpack
Last synced: 3 months ago
JSON representation
A minimal boilerplate to work with webpack
- Host: GitHub
- URL: https://github.com/rodrigowebdev/webpack-minimal-boilerplate
- Owner: RodrigoWebDev
- Created: 2020-04-25T23:59:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:25:26.000Z (about 3 years ago)
- Last Synced: 2024-12-28T01:44:57.264Z (about 1 year ago)
- Topics: javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 1.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal Webpack Boilerplate
A minimal boilerplate to work with webpack
## Features
- Babel
- html-webpack-plugin
## How to use
Install:
```
yarn
```
Development server:
```
yarn dev
```
Build:
```
yarn build
```