Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iambenkis/webpack-demo
https://github.com/iambenkis/webpack-demo
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iambenkis/webpack-demo
- Owner: iambenkis
- Created: 2022-08-10T13:14:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T21:10:47.000Z (over 1 year ago)
- Last Synced: 2025-01-03T03:55:16.988Z (about 1 month ago)
- Language: JavaScript
- Size: 4.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Set up project with webpack
> In this exercise I built a simple yet powerful webpack boilerplate, which you I will be using as a starting point in my projects.
## Built With
* HTML
* CSS
* Javascript
* Node and npm
## Getting StartedTo get a local copy up and running follow these simple example steps.
* copy this link ```https://github.com/iambenkis/Webpack-demo.git```
* Get the directory that you want to clone the repository.
* Open the command prompt in this directory.
* Clone by using this command : ```git clone https://github.com/iambenkis/Awesome-books.git```
* Got to the cloned folder in your prompt command using ```cd Awesome-books```
* Run this command :
- ```npm run build``` without local server
- ```npm run start``` with local server### Install
- Node js
- Npm## Authors
👤 **Bnejamin Kisenge**
* GitHub: [@benjamin kisenge](https://github.com/iambenkis)
* Twitter: [@benjamin kisenge](https://twitter.com/iambenkis)
* LinkedIn: [benjamin kisenge](https://www.linkedin.com/in/ben-kisenge/)## 🤝 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!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._