Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 508 Bytes

File metadata and controls

17 lines (10 loc) · 508 Bytes

webpack-modular with bootstrap 4

A scaffold of a frontend project which implements some of the best practices to harnest the powers of webpack 2. The app itself is based on AngularJS, but most aspects of the bundling process are relevant to any stack.

Intsall

clone the project and run

npm install

Run

npm run serve - bundle the project and run a development server

npm run build - bundle the project into a dist folder