siimonevans / webpack-boilerplate

A sensible Webpack 4 boilerplate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack Boilerplate

License: MIT David

Minimal Webpack 4 boilerplate with Babel, Sass, ESLint, Hot Module Replacement, and development/production optimization.

Installation

git clone git@github.com:taniarascia/webpack-boilerplate
npm i

Usage

Development server

npm start

Production build

npm run build

Features

Dependencies

Webpack

Babel

Loaders

Plugins

Author

License

This project is open source and available under the MIT License.

About

A sensible Webpack 4 boilerplate.

License:MIT License


Languages

Language:JavaScript 89.3%Language:CSS 5.9%Language:HTML 4.8%