All Projects → webpack → Example App

webpack / Example App

[OUTDATED] example web app for webpack

Programming Languages

javascript
184084 projects - #8 most used programming language

webpack webapp example

For demonstration this app uses npm and jam package manager.

Install and build this app with:

# You need to have node.js installed
npm install [email protected] [email protected] [email protected] -g

cd example-app
npm install
jam install

webpack -p --progress --colors --devtool sourcemap --hot
webpack -p --progress --colors --devtool sourcemap --hot --config webpack-update1.config.js
webpack -p --progress --colors --devtool sourcemap --hot --config webpack-update2.config.js
index.html

NOTE: It's a production ready build, so it may take a while.

For watching and debugging you can alternatively compile with:

webpack -d --progress --colors --watch

Or use the development server:

npm start
# which is equal to
webpack-dev-server -d --colors

And open http://localhost:8080.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].