imranhsayed / webpack-app

:package: A demo app for webpack app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set Up Webpack

πŸ“¦ Examples for learning Webpack

Branch Info

  1. πŸ“Ÿ webpack-dev-server An example for webpack dev server
  2. πŸ“ file-loader An example of using file loader for loading files in webpack
  3. πŸŽ‘ image-loaders An example of using image loader for uploading images in webpack

Install Package

cd branch-name npm install

Run Webpack in development mode

npm run dev

Run Webpack in production mode

npm run prod