Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 2.82 KB

README.md

File metadata and controls

81 lines (54 loc) · 2.82 KB

🌐 Webpack ES6 Boilerplate

Minimal webpack 5 boilerplate using Babel, Sass with a hot dev server and a production build.

Prerequisites

Getting Started

Installation

git clone https://github.com/Seogeurim/webpack-es6-boilerplate.git
cd webpack-es6-boilerplate
yarn install

Development server

Webpack dev server runs at localhost:8000.

yarn run dev

Production build

Build outputs are created in dist.

yarn run build

Features

Dependencies

webpack

Babel

Loaders

Plugins

Linters

License

This project is licensed under the MIT License.