A repository to demonstrate the many features of webpack
- Navigate into a sub folder - eg.
./code-splitting/entry-dependencies
- Install dependencies -
npm i
- Build webpack bundles -
npm run build
- (If applicable)
npm start
and navigate tohttp://localhost:8080