https://github.com/sonickmumba/webpack
This is a Webpack project whose purpose is to understand how to use webpack to bundle javaScript.
https://github.com/sonickmumba/webpack
webpack
Last synced: about 1 month ago
JSON representation
This is a Webpack project whose purpose is to understand how to use webpack to bundle javaScript.
- Host: GitHub
- URL: https://github.com/sonickmumba/webpack
- Owner: Sonickmumba
- Created: 2022-08-17T05:37:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T08:39:48.000Z (almost 3 years ago)
- Last Synced: 2025-05-12T18:19:54.706Z (about 1 month ago)
- Topics: webpack
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Project Name
Webpack
> Description the project.
In this Exercise i build a simple webpack boilerplate which will be used a starting point for projects to bundle javascript. I will use webpack official guides.## Built With
- Babel Loader
- Sass Loader
- HTMLWebpackPlugin
- WebpackDevServer
- Asset Resource Loader
- Source Maps
- Caching## Usage
Run Dev Server (Port 7000)
```
npm run dev
```## Build for production
```
npm run build
```## Authors
👤 **Author1**
- GitHub: [@githubhandle](https://github.com/Sonickmumba)
- Twitter: [@twitterhandle](https://twitter.com/Sonick Mumba)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinSonick)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
## 📝 License
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._