Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 540 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 540 Bytes

Webpack Tips & Tricks

Build

A repository to demonstrate the many features of webpack

Using this repository

  1. Navigate into a sub folder - eg. ./code-splitting/entry-dependencies
  2. Install dependencies - npm i
  3. Build webpack bundles - npm run build
  4. (If applicable) npm start and navigate to http://localhost:8080

Contents