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.
- Host: GitHub
- URL: https://github.com/andres-condezo/webpack-demo
- Owner: andres-condezo
- Created: 2022-01-12T07:51:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T20:49:43.000Z (over 4 years ago)
- Last Synced: 2025-02-04T15:18:23.944Z (over 1 year ago)
- Topics: webpack
- Language: JavaScript
- Homepage:
- Size: 138 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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.