- Notifications
You must be signed in to change notification settings - Fork2
techyaura/webpack4-configuration
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an webpack-4 configuration setup that can be used for develop & as well as for production.
- Clone the repo
git clone https://github.com/techyaura/webpack4-configuration.git
- Navigate to directory
cd webpack4-configuration
- Install the Npm packages
npm i
- Start the local dev-server with hot-reloading
npm run develop
- Generate Production build
npm run build