Skip to content

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.

Notifications You must be signed in to change notification settings

mugishasam123/webpack-setup

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.

screenshot



Additional description about the project and its features.

Built With

  • Major languages (JavaScript)

  • Technologies/tools used

    - webpack(for bundling)
    - Git(version control)
    

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • A text editor(preferably Visual Studio Code)

Install

Usage

Clone this repository

$ git clone https://github.com/mugishasam123/webpack-setup
.git
$ cd webpack-setup

Run project

$ npm install
$ npm start # this will open it in the browser and enable hot reloading

Authors

👤 ** Mugisha Samuel**


🤝 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!

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published