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
- node_modules
- Webpack
- lodash
- basic HTML, CSS, JavaScript
Live site URL to Webpack basic setup Live Demo Link
- To get a local copy up and running follow these simple example steps.
- You only need a browser to run the html file in.
- Create a new folder to store the files in.
- Open your command prompt or terminal and run.
- git clone [email protected]:Nemwel-Boniface/WebpackSetUp.git .
- Project is deployed using
- git push <branch_name>
👤 Author1
- GitHub: @Nemwel-Boniface
- Twitter: @nemwel_bonie
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Major thanks to Nemwel
This project is MIT licensed.