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

https://github.com/andres-condezo/webpack-demo

This is a basic Webpack boilerplate which will be used on my next projects. Built with JavaScript, HTML, and CSS.
https://github.com/andres-condezo/webpack-demo

webpack

Last synced: over 1 year ago
JSON representation

This is a basic Webpack boilerplate which will be used on my next projects. Built with JavaScript, HTML, and CSS.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# Webpack Boilerplate

> This is a basic webpack boilerplate wich will be used on my next projects.

## Built With

### - Major languages:
- HTML
- CSS
- JavaScript
### - Technologies used:
- Webpack

## Learning objectives

- Use webpack to bundle JavaScript.

## Getting Started

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

### Prerequisites
- Node
- npm

### Setup

- Clone the repository with the command:


$ git clone https://github.com/andres-condezo/.webpack-demo.git

---

- To install the dependencies run:


$ npm Install

---

### Usage

- To create a development server built in run:


$ npm start

---

- The page will now automatically open in your browser.

---

## Authors

👤 **Andrés Condezo Monge**

- GitHub: [@andres-condezo](https://github.com/andres-condezo)
- Twitter: [@andres_condezo](https://twitter.com/andres_condezo)
- LinkedIn: [andres-condezo](https://linkedin.com/in/andres-condezo)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

This project is [MIT](./MIT.md) licensed.