Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 414 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 414 Bytes

Webpack 4 boilerplate

Webpack3 boilerplate with Babel, SCSS, lodash.

EZ Setup

  1. git clone [email protected]:fromtexas/webpack4-boilerplate.git
  2. cd webpack4-boilerplate
  3. npm install

Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/ npm run dev

Production

Build the current application npm run build