https://github.com/chelmerrox/setup-webpack
A repository for setting up Webpack & using it to bundle JavaScript.
https://github.com/chelmerrox/setup-webpack
boilerplate bundle css3 dependencies front-end html5 javascript microverse modules node-js npm package-manager remote setup solo template webpack
Last synced: 6 months ago
JSON representation
A repository for setting up Webpack & using it to bundle JavaScript.
- Host: GitHub
- URL: https://github.com/chelmerrox/setup-webpack
- Owner: chelmerrox
- Created: 2022-08-09T18:49:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T19:57:23.000Z (about 3 years ago)
- Last Synced: 2023-03-04T02:25:48.672Z (over 2 years ago)
- Topics: boilerplate, bundle, css3, dependencies, front-end, html5, javascript, microverse, modules, node-js, npm, package-manager, remote, setup, solo, template, webpack
- Language: JavaScript
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Setup a project with Webpack
> This project is to apply everything I had learned in the Webpack documentation & extra sources in order to setup Webpack. It also reinforces what I've learned prior to the Webpack readings (npm & other package managers, dependencies, bundling, etc).
## Built With
- Webpack
- HTML5
- CSS3
- JavaScript
- Git## Live Demo
[Live Demo Link]()
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Webpack
- HTML5 & CSS3
- JavaScript
- VSCode (or any other text editor)
- Git
- GitHub
- Command line/Terminal### Setup
From the command line, do the following steps below:
1. Clone the projects' repository into your machine.
```bash
# Clone this repository
$ git clone git@github.com:chelmerrox/setup-webpack.git```
2. Change directory/Go into the repository with the command below.```bash
$ cd setup-webpack```
## Author
👤 **Losalini Rokocakau**
- GitHub: [@chelmerrox](https://github.com/chelmerrox)
- Twitter: [@chelmerrox](https://twitter.com/chelmerrox)
- LinkedIn: [Losalini Rokocakau](https://linkedin.com/in/losalini-rokocakau)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/chelmerrox/setup-webpack/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- My God & family
- Microverse
- Coding & Learning Partners:
1. [Habiburahman Payenda](https://github.com/HabibPayenda)
2. [Elie Harfouche](https://github.com/X-Elie-X)
- Morning Session Teams
- Stand-Up Teams
- Microverse TSEs## 📝 License
This project is [MIT](./MIT.md) licensed.