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

https://github.com/mugishasam123/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.
https://github.com/mugishasam123/webpack-setup

bundling css3 html5 javascript webpack

Last synced: 6 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/webpack-blue)

# 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](https://user-images.githubusercontent.com/90524466/156644206-d43a8ada-64c1-40e9-92e1-175b500cf8b4.png)



Additional description about the project and its features.
## Built With

- Major languages (JavaScript)
- Technologies/tools used

``` bash

- 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
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)
### Usage
#### Clone this repository

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

```
#### Run project

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


## Authors

👤 ** Mugisha Samuel**

- GitHub: [mugishasamuel](https://github.com/mugishasam123)
- LinkedIn: [mugishasamuel](https://www.linkedin.com/in/mugisha-samuel-55a905208/)
- Twitter: [mugishasamuel](https://twitter.com/mugishasamuel42/)


## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/mugishasam123/webpack-setup/issues).


## Show your support

Give a ⭐️ if you like this project!