Skip to content

ziraqyoung/webpack

Repository files navigation

Webpack demo

Project features

  1. separate configurations for development and production and common environments
  2. Separate webpack loaders (environment specific)
  3. Uses: sass, bootstrap, jquery, popper.js and many more

Setup

Assuming you have Node.js and npm installed clone this repo

git clone https://github.com/ziraqyoung/webpack.git && cd webpack

install project dependencies

npm install
or
yarn install

For development: (uses webpack-dev-server)

 npm start

For production: (building the project)

 npm run build

About

A project for module bundling with webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published