Skip to content

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.

Notifications You must be signed in to change notification settings

Nemwel-Boniface/WebpackSetUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Built With

  • node_modules
  • Webpack
  • lodash
  • basic HTML, CSS, JavaScript

Live Demo

Live site URL to Webpack basic setup Live Demo Link

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 git@github.com:Nemwel-Boniface/WebpackSetUp.git .

Run tests

Deployment

  • Project is deployed using
  • git push <branch_name>

Authors

👤 Author1

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Major thanks to Nemwel

📝 License

This project is MIT licensed.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages