https://github.com/alierpm/joke-generate
This is exercise to build a simple yet powerful Webpack boilerplate, which can later be used as a starting point in my projects. I followed the Webpack official guides to configure this
https://github.com/alierpm/joke-generate
Last synced: 11 months ago
JSON representation
This is exercise to build a simple yet powerful Webpack boilerplate, which can later be used as a starting point in my projects. I followed the Webpack official guides to configure this
- Host: GitHub
- URL: https://github.com/alierpm/joke-generate
- Owner: AlierPM
- Created: 2022-08-19T01:53:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T22:11:33.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T12:47:25.605Z (over 1 year ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Webpack Boilerplate:
"This is an exercise to build a simple yet powerful webpack boilerplate, which I will later use as a starting point in all my projects. I followed the webpack official guides,to implement these installations and configuration.
## Webpack App Starter
Frontend environment for building JavaScript applications
Includes the following features...
Babel Loader
Sass Loader With Dart Sass
HTMLWebpackPlugin
WebpackDevServer
Asset Resource Loader
Source Maps
Caching
## Usage
> Run Dev Server (Port 3000)
npm run dev
## Build for production
npm run build
## Demo App [Joke Generator](https://alierpm.github.io/Joke-generate/dist/index.html)
The demo app is a very simple Joke generator. Replace with your own code and install other packages as needed
* index.js (main javascript)
* template.html (template)
* styles/main.scss (styles)
## Author
:bust_in_silhouette: **Alier Philip Maguet**
- GitHub: [@AlierPM](https://github.com/AlierPM)
- Twitter: [@AlierPM](https://twitter.com/AlierPM)
- LinkedIn: [@AlierPM](https://www.linkedin.com/in/alier-philip-maguet-b11653203/)
## 🤝 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
- Demo App inspired by:
- [Tutorial by Traversy Media](https://www.youtube.com/c/TraversyMedia)
## 📝 License
This project is [MIT](./MIT.md) licensed.