- separate configurations for development and production and common environments
- Separate webpack loaders (environment specific)
- Uses: sass, bootstrap, jquery, popper.js and many more
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