Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balikuddembe/webpack-boilerplate
In this repo i have set up a simple yet powerful webpack boilerplate, which you can later use as a starting point in your projects. I will be working with the webpack official guides and documentation
https://github.com/balikuddembe/webpack-boilerplate
Last synced: 9 days ago
JSON representation
In this repo i have set up a simple yet powerful webpack boilerplate, which you can later use as a starting point in your projects. I will be working with the webpack official guides and documentation
- Host: GitHub
- URL: https://github.com/balikuddembe/webpack-boilerplate
- Owner: Balikuddembe
- Created: 2022-11-02T08:58:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T13:23:12.000Z (about 2 years ago)
- Last Synced: 2024-11-15T09:20:01.900Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack Demo
> This Repository aim to practice on settingup the programming environment using webpack
## Built With
- HTML
- CSS
- JavaScript
- Webpack## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Basic knowledge of Javaescript and webpack### Setup
- run `npm install`
- then `npm run start:dev` to lunch the project in the browser### Install
run `npm install` to install all the dependencies## 🤝 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._