An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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._