Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nemwel-boniface/webpacksetup
Webpack is an open-source JavaScript module bundler. This includes basic setup files to help me not redo all the setups for webpack when starting a new project.
https://github.com/nemwel-boniface/webpacksetup
webpack
Last synced: 1 day ago
JSON representation
Webpack is an open-source JavaScript module bundler. This includes basic setup files to help me not redo all the setups for webpack when starting a new project.
- Host: GitHub
- URL: https://github.com/nemwel-boniface/webpacksetup
- Owner: Nemwel-Boniface
- Created: 2022-02-15T04:26:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T07:57:21.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T11:05:39.962Z (10 days ago)
- Topics: webpack
- Language: JavaScript
- Homepage:
- Size: 144 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Webpack Setup
> Webpack is an open-source JavaScript module bundler. It is made primarily for JavaScript, but it can transform front-end assets such as HTML, CSS, and images if the corresponding loaders are included. webpack takes modules with dependencies and generates static assets representing those modules.
> Further information can be found [here](https://en.wikipedia.org/wiki/Webpack)## Built With
- node_modules
- Webpack
- lodash
- basic HTML, CSS, JavaScript## Live Demo
Live site URL to Webpack basic setup
[Live Demo Link](https://nemwel-boniface.github.io/WebpackSetUp/)## Getting Started
- To get a local copy up and running follow these simple example steps.
### Prerequisites
- You only need a browser to run the html file in.
### Setup
- Create a new folder to store the files in.
### Install
- Open your command prompt or terminal and run.
- git clone [email protected]:Nemwel-Boniface/WebpackSetUp.git .### Run tests
### Deployment
- Project is deployed using
- git push## Authors
👤 **Author1**
- GitHub: [@Nemwel-Boniface ](https://github.com/Nemwel-Boniface)
- Twitter: [@nemwel_bonie](https://twitter.com/nemwel_bonie)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nemwel-nyandoro-aa1b2620b/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Nemwel-Boniface/WebpackSetUp/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
Major thanks to [Nemwel]()## 📝 License
This project is [MIT](./MIT.md) licensed.