| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a mini project built for learning how to use webpack with HTML, CSS, JavaScript, and images.
To get started with this project, follow these steps:
git clone https://github.com/TienThinh-fe/webpack-learning.git
cd webpack-learning
npm installnpm startnpm run buildCommon config for webpack is in webpack.common.js file. This file is used for both development and production mode.
Path: './webpack.config.js'
Development config for webpack is in `webpack.dev.js` file.
Production config for webpack is in `webpack.prod.js` file.Webpack Documentation: https://webpack.js.org/concepts/
| Back | FazBrowse Home | New Git URL |