Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 275 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 275 Bytes

Webpack

A modern Webpack boilerplate for JS and Scss

# install modules
npm i

Dev build w/ watch and dev server

npm run watch

Dev build w/ dev server

npm run dev

Optimized build

npm run build

Optimized build stats

npm run stats